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


Rakudo 2014.01-94-g230a54b, MoarVM 2014.01-211-gda1a, under linux kernel 3.2 
64-bit

my $a = 2**128/1e18;

say $a; # wrong: ends with e+2 instead of e+20

say $a/100; # right: ends with e18

Reply via email to