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

Changes for version 0.05

  • Fix D64toME() so that it works correctly on powerpc processors.
  • Add FR64toME and pFR.
  • Document LDtoD64 and D64toLD.
  • Add assignInf, assignNaN, assignPV.
  • Allow overloaded operations to accept integers (IV/UV).
  • Alter the way that strEQ gets hold of HvNAME(SvSTASH(SvRV(sv))) - so that -Wall doesn't emit "null argument" warnings. (Thanks Daniel Kahn Gillmor.)
  • Have only *one* NaN ( = inf/inf). Originally we could also set NaN to -(inf/inf), but this is stupid and can cause problems.

Modules

(alpha) perl interface to C's _Decimal64 operations.