RosettaCodeData/Task/Literals-Floating-point/Julia/literals-floating-point.julia
2023-07-01 13:44:08 -04:00

7 lines
72 B
Text

0.1
.1
1.
1e-1 # scientific notation
1e+10
1e-10
0x01p-1 # hex float