The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Math::Decimal128

0.04
    - Add PV overloading.
    - Add assignD128().
    - Rewrite assignPVl in XS. (Now uses _atodecimal XSub.)
    - Rewrite PVtoD128. (Now uses _atodecimal XSub.)

0.03
    - Fix bug in overload_sub by adding overload_neg.
    - No longer allow new() to assign an NV. (NVtoD128 must now be used instead.)
    - Add assignIVl(), assignUVl() and assignNVl().
    - Add D128toFSTR() and D128toRSTR()

0.02
    - Add DPDtoD128() and d128_bytes()

0.01
    - First release