libmath-prime-util-gmp-perl 0.18-1 source package in Ubuntu
Changelog
libmath-prime-util-gmp-perl (0.18-1) unstable; urgency=medium * Team upload. * New upstream release. -- gregor herrmann <email address hidden> Tue, 04 Feb 2014 21:47:07 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmath-prime-util-gmp-perl_0.18-1.dsc | 2.2 KiB | 5bcf7267dd2514bb9d3af62e2fe06655028dad22bf17867267baea8a75dc577d |
libmath-prime-util-gmp-perl_0.18.orig.tar.gz | 195.4 KiB | 58c41258116dc5102d4a58d3435ef13d38730b3c43b6414218a430af9dba4406 |
libmath-prime-util-gmp-perl_0.18-1.debian.tar.xz | 2.4 KiB | 48c24f718fe4c5948947848b7a21020c73bc3dbea7e45f733e1e9f5cf8b43940 |
Available diffs
- diff from 0.16-1 to 0.18-1 (9.8 KiB)
- diff from 0.17-1 to 0.18-1 (2.1 KiB)
No changes file available.
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.