Name: | perl-Math-GMP |
---|---|
Version: | 2.24 |
Release: | 1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 103590 |
License: | LGPLv2+ |
RPM: | perl-Math-GMP-2.24-1.el8.aarch64.rpm |
Source RPM: | perl-Math-GMP-2.24-1.el8.src.rpm |
Build Date: | Sun Mar 13 2022 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Math-GMP |
Summary: | High speed arbitrary size integer math |
Description: | Math::GMP was designed to be a drop-in replacement both for Math::BigInt and for regular integer arithmetic. Unlike BigInt, though, Math::GMP uses the GNU gmp library for all of its calculations, as opposed to straight Perl functions. This can result in speed improvements. |
- Update to 2.24 - Tests and better documentation for bnok() (Binomial) - Eliminate warning about not_here() in GMP.xs
- Update to 2.23 - Add support for bmulf() to multiply by a floating point number - Add support for bnok() (Binomial)
- Update to 2.22 - Signature files are generated unreliably and are an ongoing source of bug reports; as a result, we decided to axe them altogether
- Update to 2.21 - Additional documentation on the pitfalls of division by zero (GH#5) - Use %license unconditionally
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Perl 5.34 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 rebuild
- Update to 2.20 - Try to fix tests when using libgmp version 6.2.0 (CPAN RT#131718)