On Thu, 11 Aug 2016 09:32:31 -0700, [email protected] wrote:
> > "-0".Num.perl
> 0e0
> 
> It's surprising that that's producing a floating-point positive zero,
> rather than the negative zero that is also available:
> 
> > (-("0".Num)).perl
> -0e0
> 
> -zefram


Thank you for the report. This is now fixed \o/

rakudo:
    https://github.com/rakudo/rakudo/commit/e2587cd012
    https://github.com/rakudo/rakudo/commit/a9654c0d8e
tests:
    https://github.com/perl6/roast/commit/7fed1c00a0 
    https://github.com/perl6/roast/commit/cbc959fc22

Reply via email to