SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Math-GMP rpm build for : OpenSuSE. For other distributions click perl-Math-GMP.

Name : perl-Math-GMP
Version : 2.250.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 150500.1.1 Date : 2024-07-24 22:32:44
Group : Unspecified Source RPM : perl-Math-GMP-2.250.0-150500.1.1.src.rpm
Size : 0.11 MB
Packager : https://www_suse_com/
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.

The downside is that this module requires a C compiler to install -- a
small tradeoff in most cases. Also, this module is not 100% compatible with
Math::BigInt.

A Math::GMP object can be used just as a normal numeric scalar would be --
the module overloads most of the normal arithmetic operators to provide as
seamless an interface as possible. However, if you need a perfect
interface, you can do the following:

use Math::GMP qw(:constant);

$n = 2 ** (256 * 1024);
print \"n is $n\
\";

This would fail without the \':constant\' since Perl would use normal doubles
to compute the 250,000 bit number, and thereby overflow it into
meaninglessness (smaller exponents yield less accurate data due to floating
point rounding).

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15_SP5/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Math-GMP-2.250.0-150500.1.1.x86_64.rpm
     

Provides :
perl(Math::GMP)
perl-Math-GMP
perl-Math-GMP(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libgmp.so.10()(64bit)
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Math
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Math/GMP.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Math
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Math/GMP
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Math/GMP/GMP.so
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Math/GMP/autosplit.ix
/usr/share/doc/packages/perl-Math-GMP
/usr/share/doc/packages/perl-Math-GMP/Changes
/usr/share/doc/packages/perl-Math-GMP/README.md
/usr/share/licenses/perl-Math-GMP
/usr/share/licenses/perl-Math-GMP/COPYING.LIB
/usr/share/licenses/perl-Math-GMP/LICENSE
/usr/share/man/man3/Math::GMP.3pm.gz

 
ICM