RosettaCodeData/Task/Literals-Floating-point/Perl/literals-floating-point.pl

8 lines
121 B
Perl
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
# Standard notations:
.5;
0.5;
1.23345e10;
1.23445e-10;
# The numbers can be grouped:
100_000_000; # equals to 100000000