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

Changes for version 0.05 - 2017-04-09

  • FIXES
    • Fixed the (in)equality checks when one of the operands is NaN.
    • Comparing anything to NaN, now returns `undef` instead of `0`.
  • IMPROVEMENTS
    • Refactored the method `is_power` to handle scalar arguments more efficiently.
    • Optimized the `root` and `iroot` method when the second argument is a scalar.

Modules

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