libmath-prime-util-gmp-perl 0.09-1build1 source package in Ubuntu

Changelog

libmath-prime-util-gmp-perl (0.09-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:20:59 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmath-prime-util-gmp-perl_0.09.orig.tar.gz 92.7 KiB de1a1a3830e4c7be2e0cfd2c65d6aca8803eed7c581877639dd9489cffa0c408
libmath-prime-util-gmp-perl_0.09-1build1.debian.tar.gz 1.9 KiB 9e5f2033d44da263586ef06c0d1226d1d019480ae66445c97c6d81fc499190c6
libmath-prime-util-gmp-perl_0.09-1build1.dsc 2.2 KiB 35e1eb59900177589d6bb4cda6c7e4449290c5af8c6a9aebf42dd73179c4a0ae

Available diffs

View changes file

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.