# New Ticket Created by Justin DeVuyst # Please include the string: [perl #126826] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126826 >
[jdv@wieldy ~]$ perl6 -e 'say 0.9999999999999999999999 < 1' True [jdv@wieldy ~]$ perl6 -e 'say 0.99999999999999999999999 < 1' False [jdv@wieldy ~]$ perl6 -e 'say 0.99999999999999999999999.perl' <99999999999999999999999/99999999999999991611392> [jdv@wieldy ~]$