10 lines
466 B
Text
10 lines
466 B
Text
1.2345e-4 decimal floating-point
|
|
7e5 decimal floating-point
|
|
1.234_567_89e0 decimal floating-point.
|
|
1.0s0 decimal floating-point (single precision)
|
|
1.0d0 decimal floating-point (double precision)
|
|
1.34q0 decimal floating-point (quadruple/extended precision)
|
|
|
|
111.0101e7b binary floating-point equals 111.0101 * 2**7
|
|
or 7.3125 * 2**7
|
|
1e5b binary floating-point equals 1 * 2**5
|