# New Ticket Created by Zefram # Please include the string: [perl #128818] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128818 >
> (1180591620717411303424.0e0).Int 1180591620717411303424 > sprintf("%f", 1180591620717411303424.0e0) 1180591620717410000000.000000 sprintf %f is not showing the true value of this Num, which it should. The .Int coercion is correct, and shows that the true value is actually available. -zefram