# New Ticket Created by Zefram # Please include the string: [perl #128897] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128897 >
> "-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
