# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #124412] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=124412 > Fix bug in Math::BigFloat's bceil() and bint() methods. - When $x is a Math::BigFloat, $x -> bceil() and $x -> bint() for -1 < $x < 0 returns -0. Negative zero is never used by Math::Big(Int|Float), and care has been taken to avoid it, so this bug is surely an oversight. - This patch fixes CPAN RT #104012.