[perl #132329] Rat → Num conversion isn’t monotonous

2017-10-20 Thread via RT
# New Ticket Created by Victor ADAM # Please include the string: [perl #132329] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132329 > How to reproduce perl6 -e 'my ($a, $b) = (0.7,

[perl #132329] Rat → Num conversion isn’t monotonous

2017-10-20 Thread Zoffix Znet via RT
On Fri, 20 Oct 2017 07:34:04 -0700, victor.a...@derpymail.org wrote: > How to reproduce > > > perl6 -e 'my ($a, $b) = (0.7, > 0.71); say $a <=> $b, " ", Num($a) <=> Num($b)' > > Expected behavior > - > > Prints `Less

[perl #132329] Rat → Num conversion isn’t monotonous

2017-10-20 Thread Zoffix Znet via RT
On Fri, 20 Oct 2017 07:34:04 -0700, victor.a...@derpymail.org wrote: > How to reproduce > > > perl6 -e 'my ($a, $b) = (0.7, > 0.71); say $a <=> $b, " ", Num($a) <=> Num($b)' > > Expected behavior > - > > Prints `Less