| Name: | perl-Math-BigInt-GMP |
|---|---|
| Version: | 1.6004 |
| Release: | 5.el8 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 66703 |
| License: | GPL+ or Artistic |
| RPM: | perl-Math-BigInt-GMP-1.6004-5.el8.x86_64.rpm |
| Source RPM: | perl-Math-BigInt-GMP-1.6004-5.el8.src.rpm |
| Build Date: | Sun Nov 03 2019 |
| Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Math-BigInt-GMP/ |
| Summary: | Use the GMP library for Math::BigInt routines |
| Description: | Provides support for big integer calculations by means of the GMP library, as a replacement (drop-in) module for Math::BigInt's core, Math::BigInt::Calc.pm. Math::BigInt::GMP does not use Math::GMP, but provides its own XS layer to access the GMP library. This cuts out another (perl subroutine) layer and also reduces the memory footprint by not loading Math::GMP and Carp at all. |