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

Changes for version 0.09

  • Change D64toME to use decode_d64() rather than C's strtold (as per Math::Decimal128).
  • Fix bug in overload_sub by adding overload_neg.
  • No longer allow new() to assign an NV. (NVtoD64 must now be used instead.)
  • Add assignIV(), assignUV() and assignNV().
  • Add D64toFSTR() and D64toRSTR().
  • Fix Decimal64.pm's FR64toME to work with Math-MPFR-3.23 and later (when Rmpfr_set_decimal64 was renamed to Rmpfr_set_DECIMAL64).

Modules

perl interface to C's _Decimal64 operations.