libmath-prime-util-perl 0.73-1build1 source package in Ubuntu
Changelog
libmath-prime-util-perl (0.73-1build1) focal; urgency=medium * No-change rebuild for the perl update. -- Matthias Klose <email address hidden> Sat, 19 Oct 2019 08:04:20 +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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmath-prime-util-perl_0.73.orig.tar.gz | 602.6 KiB | 4afa6dd8cdb97499bd4eca6925861812c29d9f5a0f1ac27ad9d2d9c9b5602894 |
libmath-prime-util-perl_0.73-1build1.debian.tar.xz | 6.2 KiB | c31ceb58a223d6edec1ce48dc655e31abd9e825c6d2695525e765b3648e82382 |
libmath-prime-util-perl_0.73-1build1.dsc | 2.2 KiB | 5ad2f789f0d6a34b1e4711be58822f59c37fe874ea38ebf7e33f7e1fad394cea |
Available diffs
- diff from 0.73-1 (in Debian) to 0.73-1build1 (335 bytes)
Binary packages built by this source
- libmath-prime-util-perl: utilities related to prime numbers, including fast sieves and factoring
Math::Prime::Util is a set of perl utilities related to prime
numbers. These include multiple sieving methods, is_prime,
prime_count, nth_prime, approximations and bounds for the prime_count
and nth prime, next_prime and prev_prime, factoring utilities, and
more.
.
The default sieving and factoring are intended to be (and currently are) the
fastest on CPAN, including Math::Prime::XS, Math::Prime::FastSieve,
Math::Factor::XS, Math::Prime::TiedArray, Math::Big::Factors,
Math::Factoring, and Math::Primality (when the GMP module is available). For
numbers in the 10-20 digit range, it is often orders of magnitude faster.
Typically it is faster than Math::Pari for 64-bit operations.
.
All operations support both Perl UV's (32-bit or 64-bit) and bignums. It
requires no external software for big number support, as there are Perl
implementations included that solely use Math::BigInt and Math::BigFloat.
However, performance will be improved for most big number functions by
installing Math::Prime::Util:: GMP, and is definitely recommended if you do
many bignum operations. Also look into Math::Pari as an alternative.
- libmath-prime-util-perl-dbgsym: No summary available for libmath-prime-util-perl-dbgsym in ubuntu hirsute.
No description available for libmath-
prime-util- perl-dbgsym in ubuntu hirsute.