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

Changes for version 0.06 - 2017-04-18

  • ADDITIONS
    • Added the `nude(x)` function.
    • Added the `conj(x)` function.
    • Added the `norm(x)` function.
    • Added the `reals(x)` function.
    • Added the `as_dec(x,y)` function.
  • IMPROVEMENTS
    • Extended the `agm()` function to support complex numbers.
    • Extended the `as_frac()` function to accept an optional base.
    • Functions `inv(x)` and `neg(x)` are exportable.
    • Math::AnyNum->new() is considerably faster.
    • Many internal simplifications and optimizations.
  • FIXES
    • Fixed a typo in `is_inf()` and `is_ninf()`.

Modules

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