Name: | perl-Math-BigInt-GMP |
---|---|
Version: | 1.6007 |
Release: | 1.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 71182 |
License: | GPL+ or Artistic |
RPM: | perl-Math-BigInt-GMP-1.6007-1.el9.x86_64.rpm |
Source RPM: | perl-Math-BigInt-GMP-1.6007-1.el9.src.rpm |
Build Date: | Thu Feb 03 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/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. |