The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Math::NV

0.07
    - Make corrections to POD documentation.
    - Remove Data::Float::DoubleDouble from list of prereqs on doubledouble builds
      (as that module already lists this module as a prereq).

0.06
    - Accommodate nvtype of __float128
    - Remove the 2nd arg (flag) from ld2binary() and ld_str2binary(). (Now takes
      only one argument.)
    - In t/07ld2binary.t, attempt to make allowances for locale settings of
      decimal point.
    - Add t/07ld2binary_doubledouble.t

0.05
    - Add extra diagnostics to t/07ld2binary.t in an attempt to determine
      the cause of the failures that occur on some machines.

0.04
    - Minor rewrite of _ld2binary and _ld_str2binary to work with doubles
      as well as long doubles
    - Add bin2val function
    - Add Cprintf and Csprintf functions

0.03
    - Add t/10exponent_0_to_12.t.
    - Define PERL_NO_GET_CONTEXT.
    - Add metadata to Makefile.PL.

0.02
    - Add 08compiler_bugs.t and 09list_context.t.
    - Add is_eq(), mant2binary() and mant_str2binary() functions,
      along with test scripts 06is_eq.t and 07mant2binary.t.
    - Rewrite 04mpfr_str_checks.t and 05mpfr_nv_checks.t.
    - nv() can now be called in either scalar or array context,
      like POSIX::strtod().

0.01 2013-11-01
    - First release to CPAN