Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 6401a39e8039898cbe1d077a2e14a3c4dd7a6232
https://github.com/Perl/perl5/commit/6401a39e8039898cbe1d077a2e14a3c4dd7a6232
Author: Peter John Acklam <[email protected]>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M Porting/Maintainers.pl
M cpan/Math-BigInt/lib/Math/BigFloat.pm
M cpan/Math-BigInt/lib/Math/BigInt.pm
M cpan/Math-BigInt/lib/Math/BigInt/Calc.pm
M cpan/Math-BigInt/lib/Math/BigInt/Lib.pm
M cpan/Math-BigInt/lib/Math/BigRat.pm
M cpan/Math-BigInt/t/downgrade-mbi-mbr.t
Log Message:
-----------
cpan/Math-BigInt - Update to version 2.002001
2.002001 2023-12-09
* Fix CPAN RT #150523
2.002000 2023-12-02
* Fix bug in Math::BigFloat method bsin(). It can now handle any argument to
any precision. Also improve downgrading. This fixes CPAN RT #150590 and the
bsin() part of CPAN RT #107604.
* Fix bug in Math::BigFloat method bexp(). Specifying precision (rather than
accuracy) used to give a NaN. Also improve downgrading.
* Improve upgrading in Math::BigInt methods bsin() and bcos(). They now
upgrade only when necessary.