Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかの座標の丸めを実行すると、必要に応じて機能するさまざまな数値で、バグか何かに遭遇しました
$res = floor(24.24*1e4)/1e4; echo $res;
24.2399 を返します
この 242400 の何が特別で、242399 を返すか知っていますか?