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

Changes for version 0.11 - 2017-07-11

  • IMPROVEMENTS
    • Extended the `rising_factorial(n, k)` and `falling_factorial(n, k)` for negative values of `k`.
  • PERFORMANCE IMPROVEMENTS
    • Optimized `eta(n)` and `zeta(n)` for values of `n` that fit inside a native unsigned integer.
  • OTHER
    • Fixed the number of skipped tests under old versions of GMP in t/integer_functions.t.

Modules

Arbitrary size precision for integers, rationals, floating-points and complex numbers.