libmath-prime-util-perl 0.70-1 source package in Ubuntu

Changelog

libmath-prime-util-perl (0.70-1) unstable; urgency=medium

  * Import upstream version 0.70.
  * Update years of packaging copyright.
  * Update (build) dependencies.
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <email address hidden>  Wed, 03 Jan 2018 19:56:34 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libmath-prime-util-perl_0.70-1.dsc 2.3 KiB a0629261418044db061f5e22b449a0dc3b1b8d7102ea24dc9d395e958a3feb53
libmath-prime-util-perl_0.70.orig.tar.gz 579.5 KiB aa38561c7d2a6ffa5f2bcb029ef4ad26596a1addfac3fa1b4b9fee1e9d24ab9d
libmath-prime-util-perl_0.70-1.debian.tar.xz 5.9 KiB 64f150f1c2b7729629947ea5baa505a7791b7cd80878fd96a073df5f37b9990b

Available diffs

No changes file available.

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 cosmic.

No description available for libmath-prime-util-perl-dbgsym in ubuntu cosmic.