浮動小数点表記 floating point expression, scientific notation
数値 浮動小数点表記 意味 0.01234567 0.1234567e-01 0.1234567×10^{-1} 0.1234567 0.1234567 1.234567 1.234567 : : 123456.7 123456.7 1234567 1234567. 12345670 0.1234567e+08 0.1234567×10^8 12345674 0.1234567e+08 有効桁 8 桁目で四捨五入された 12345675 0.1234568e+08 数値が示される 123×10^300 0.1230000+303 指数部が 3 桁になる場合には 「e」が省略されることがある
- floating point expression, scientific notationのページへのリンク