libmath-prime-util-gmp-perl 0.51-1build2 source package in Ubuntu

Changelog

libmath-prime-util-gmp-perl (0.51-1build2) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 19:32:59 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmath-prime-util-gmp-perl_0.51.orig.tar.gz 326.6 KiB 5871e73ff2bf255c7f5e38b05267a8695bba59105a008727bab1aab262d54b9a
libmath-prime-util-gmp-perl_0.51-1build2.debian.tar.xz 4.0 KiB 55d3568d516835a20d405136e9da401241e9993f81880cb71cf3ac087b606b86
libmath-prime-util-gmp-perl_0.51-1build2.dsc 2.2 KiB 7c802c7462d1bd4728829c1d8a11b4251ddaacbafb10300234d584ca7e5d46f7

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.

libmath-prime-util-gmp-perl-dbgsym: debug symbols for libmath-prime-util-gmp-perl