libmath-prime-util-gmp-perl 0.52-1build2 source package in Ubuntu
Changelog
libmath-prime-util-gmp-perl (0.52-1build2) jammy; urgency=medium * No-change rebuild for the perl update. -- Matthias Klose <email address hidden> Sun, 06 Feb 2022 13:30:56 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmath-prime-util-gmp-perl_0.52.orig.tar.gz | 333.7 KiB | 2697c7fd5c7e35fdec7f50ed56a67be807a2f22657589e637dad3592744003be |
libmath-prime-util-gmp-perl_0.52-1build2.debian.tar.xz | 4.3 KiB | ba905fa6c1635379056d9d0a73eaf36fefcac2683aa46878a8b3d32c338c95a8 |
libmath-prime-util-gmp-perl_0.52-1build2.dsc | 2.2 KiB | 639dbecb457c7c9cac1284e4411f1a26a0ab6b1c45b1cc30bbca5ea568958aa8 |
Available diffs
- diff from 0.52-1build1 to 0.52-1build2 (331 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 libmath-prime-util-gmp-perl