Binary package “libmath-prime-util-perl” in ubuntu trusty
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:
Math::Factor::XS, Math::Prime:
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:
many bignum operations. Also look into Math::Pari as an alternative.
Source package
Published versions
- libmath-prime-util-perl 0.37-1 in amd64 (Proposed)
- libmath-prime-util-perl 0.37-1 in amd64 (Release)
- libmath-prime-util-perl 0.37-1 in arm64 (Proposed)
- libmath-prime-util-perl 0.37-1 in arm64 (Release)
- libmath-prime-util-perl 0.37-1 in armhf (Proposed)
- libmath-prime-util-perl 0.37-1 in armhf (Release)
- libmath-prime-util-perl 0.37-1 in i386 (Proposed)
- libmath-prime-util-perl 0.37-1 in i386 (Release)
- libmath-prime-util-perl 0.37-1 in powerpc (Proposed)
- libmath-prime-util-perl 0.37-1 in powerpc (Release)
- libmath-prime-util-perl 0.37-1 in ppc64el (Release)