# New Ticket Created by  grond...@yahoo.fr 
# Please include the string:  [perl #126968]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126968 >


$ perl6 --version
This is Rakudo version 2015.11-686-g09aaf93 built on MoarVM version
2015.11-106-g7545aa9
implementing Perl 6.b.

$ perl6 -e 'printf "%e\n", $_ for 1, 10, 100 ... 1_000_000;'
1.000000e+00
1.000000e+01
1.000000e+02
10.000000e+02
1.000000e+04
1.000000e+05
10.000000e+05

Outputs for 1_000 and 1_000_000 are not what they should.

Reply via email to