RosettaCodeData/Task/Literals-Floating-point/Julia/literals-floating-point.julia
2018-06-22 20:57:24 +00:00

7 lines
72 B
Text

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