Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue