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.
標準 IEEEDoublePrecision 標準で表示される最大値と最小値は? どうですか?
IEEE754 倍精度で格納できる最大の「数値」はInfinity、最小は-Infinityです。
Infinity
-Infinity
非無限表現を意味する場合、それはおおよそ
±1.7976931348623157 x 10308.
±1.7976931348623157 x 10
308
IEEE754 形式に関する優れた回答については、こちらを参照してください。表現を示すウィキペディアの記事については、こちらを参照してください。