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.