The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.2618 - 2021-09-28

  • Add new method binv() for the inverse.
  • Add new method dparts(), which returns the integer part and fraction part of a number. For example, 9/4 is split into 2 and 1/4. This method is equivalent to the Math::BigInt and Math::BigFloat methods with the same name.
  • Improve blog(). Handle cases $x->blog($b) where the numerator of $x and/or $b is 1 as special.
  • Sync tests with Math-BigInt.

Modules

Arbitrary big rational numbers