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


Here's a curious change over in precision:

    > 4.999999999999999 ~~ 0..^5
    True
    > 4.9999999999999999 ~~ 0..^5
    False

I figure this is an implementation detail that ties to storage, but
one of the selling points of Perl 6 is that this sort of thing isn't
a problem anymore.

    > $*PERL
    Perl 6 (6.c)
    > $*VM
    moar (2017.01)

Reply via email to