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.
32 ビット ブラウザでの JavaScript 数値のサイズについて少し混乱しています。最大値が 2^53 の 64 ビットの数値として表されますか?
はい。Javascript の数値は倍精度浮動小数点数です。実行するプラットフォームに関係なく、同じです。