The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.53 - 2015-09-05

  • ADDED
    • ramanujan_tau(n) Ramanujan's Tau function
    • sumdigits(n[,base]) sum digits of n
  • FUNCTIONALITY AND PERFORMANCE
    • Don't use Math::MPFR unless underlying MPFR library is at least 3.x.
    • Use new Math::Prime::Util::GMP::sigma function for divisor_sum.
    • Use new Math::Prime::Util::GMP::sieve_twin_primes(a,b).

Modules

Utilities related to prime numbers, including fast sieves and factoring
Elliptic curve operations for affine points
Elliptic curve operations for projective points
An auto-free object for Math::Prime::Util
Pure Perl version of Math::Prime::Util
PP front end for Math::Prime::Util
Primality proofs and certificates
A tied array for primes
An object iterator for primes
Generate random primes
Perl Big Float versions of Riemann Zeta and R functions
Number theory utilities