libmath-prime-util-gmp-perl 0.35-1build1 source package in Ubuntu
Changelog
libmath-prime-util-gmp-perl (0.35-1build1) xenial; urgency=medium * Rebuild for Perl 5.22.1. -- Colin Watson <email address hidden> Thu, 17 Dec 2015 15:49:35 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Xenial
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmath-prime-util-gmp-perl_0.35.orig.tar.gz | 243.2 KiB | 87ac64eeecf6781eebf8bdb1bf32d6015e31811b7bde77063f003f2f4711d29f |
libmath-prime-util-gmp-perl_0.35-1build1.debian.tar.xz | 3.1 KiB | e52b93972d33d8ed933bdc53813aa745054c14aa672e4464e8ef7eaa11376742 |
libmath-prime-util-gmp-perl_0.35-1build1.dsc | 2.2 KiB | 25fbbf1d713239841a61b9668c41332084ce8f3e04384e37f32096588342c06a |
Available diffs
- diff from 0.34-1 (in Debian) to 0.35-1build1 (3.9 KiB)
- diff from 0.35-1 (in Debian) to 0.35-1build1 (324 bytes)
Binary packages built by this source
- libmath-prime-util-gmp-perl: utilities related to prime numbers, using GMP
Math::
Prime:: Util::GMP contains a set of utilities related to prime numbers,
using GMP. This includes primality tests, getting primes in a range, and
factoring.
.
While it certainly can be used directly, the main purpose of this module is
for Math::Prime::Util. That module will automatically load this 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.
- libmath-prime-util-gmp-perl-dbgsym: debug symbols for package libmath-prime-util-gmp-perl
Math::
Prime:: Util::GMP contains a set of utilities related to prime numbers,
using GMP. This includes primality tests, getting primes in a range, and
factoring.
.
While it certainly can be used directly, the main purpose of this module is
for Math::Prime::Util. That module will automatically load this 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.