RosettaCodeData/Task/Literals-Floating-point/Perl/literals-floating-point.pl
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

7 lines
121 B
Raku

# Standard notations:
.5;
0.5;
1.23345e10;
1.23445e-10;
# The numbers can be grouped:
100_000_000; # equals to 100000000