libmath-prime-util-perl 0.73-2build2 source package in Ubuntu

Changelog

libmath-prime-util-perl (0.73-2build2) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 16:42:11 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar 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-2build2.debian.tar.xz 6.7 KiB d1b7dfe0a7eff6f4ca1957d8bd7136168f5a34a771479e31f9783f4f9d67e538
libmath-prime-util-perl_0.73-2build2.dsc 2.3 KiB b254f7118b7c321157691935257f1d03d9c77e226f9ad594880b3a9f75a9f284

Available diffs

View changes file

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: debug symbols for libmath-prime-util-perl