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

Changelog

libmath-prime-util-perl (0.73-2build3) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:09:50 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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-2build3.debian.tar.xz 6.8 KiB aa0551fde2d44c4788560e9e2433713a7992709a6149acc2e1cb83ae1975d2f6
libmath-prime-util-perl_0.73-2build3.dsc 2.3 KiB 6b5bc684b9967990e817bde32154996114383cefde3e5fde02d35ad72ab6f233

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