Skip Menu |

This queue is for tickets about the Math-BigInt CPAN distribution.

Report information
The Basics
Id: 107380
Status: new
Priority: 0/
Queue: Math-BigInt

People
Owner: Nobody in particular
Requestors: peter.john.acklam [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Rounding is broken
When rounding towards +inf, pi to three digits should be 3.15, not 3.14: $ perl -MMath::BigFloat -wle 'Math::BigFloat -> round_mode("+inf"); print Math::BigFloat -> bpi(3)' 3.14 This problem has been all the way since bpi() was introduced in Math-BigInt-1.88.