SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Math-Prime-Util-GMP
Version : 0.520.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-07-24 22:28:45
Group : Unspecified Source RPM : perl-Math-Prime-Util-GMP-0.520.0-lp156.1.1.src.rpm
Size : 0.67 MB
Packager : https://www_suse_com/
Summary : Utilities related to prime numbers, using GMP
Description :
A module for number theory in Perl using GMP. This includes primality
tests, getting primes in a range, factoring, and more.

While it certainly can be used directly, the main purpose of this module is
for Math::Prime::Util. That module will automatically load this one if it
is installed, greatly speeding up many of its operations on big numbers.

Inputs and outputs for big numbers are via strings, so you do not need to
use a bigint package in your program. However if you do use bigints, inputs
will be converted internally so there is no need to convert before a call.
Output results are returned as either Perl scalars (for native-size) or
strings (for bigints). Math::Prime::Util tries to reconvert all strings
back into the callers bigint type if possible, which makes it more
convenient for calculations.

The various \'is_*_pseudoprime\' tests are more appropriately called
\'is_*_probable_prime\' or \'is_*_prp\'. They return 1 if the input is a
probable prime based on their test. The naming convention is historical and
follows Pari, Math::Primality, and some other math packages. The modern
definition of pseudoprime is a _composite_ that passes the test, rather
than any number.

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

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Math-Prime-Util-GMP-0.520.0-lp156.1.1.x86_64.rpm
     

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

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.34)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libm.so.6(GLIBC_2.2.5)(64bit)
libm.so.6(GLIBC_2.27)(64bit)
libm.so.6(GLIBC_2.29)(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/Prime
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Math/Prime/Util
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Math/Prime/Util/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/Prime
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Math/Prime/Util
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Math/Prime/Util/GMP
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Math/Prime/Util/GMP/GMP.so
/usr/share/doc/packages/perl-Math-Prime-Util-GMP
/usr/share/doc/packages/perl-Math-Prime-Util-GMP/Changes
/usr/share/doc/packages/perl-Math-Prime-Util-GMP/README
/usr/share/doc/packages/perl-Math-Prime-Util-GMP/TODO
/usr/share/doc/packages/perl-Math-Prime-Util-GMP/examples
/usr/share/doc/packages/perl-Math-Prime-Util-GMP/examples/bench-mp-psrp.pl
/usr/share/doc/packages/perl-Math-Prime-Util-GMP/examples/convert-gmpecpp-cert.pl
/usr/share/doc/packages/perl-Math-Prime-Util-GMP/examples/convert-primo-cert.pl
/usr/share/doc/packages/perl-Math-Prime-Util-GMP/examples/vcert.c
/usr/share/doc/packages/perl-Math-Prime-Util-GMP/examples/verify-cert.pl
/usr/share/doc/packages/perl-Math-Prime-Util-GMP/examples/verify_primegap.pl
/usr/share/licenses/perl-Math-Prime-Util-GMP
/usr/share/licenses/perl-Math-Prime-Util-GMP/LICENSE
/usr/share/man/man3/Math::Prime::Util::GMP.3pm.gz

 
ICM