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

Changes for version 0.07

  • Add Math::LongDouble conversions(LD2cl, imag_cl2LD and real_cl2LD).
  • 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.)
  • Add precision setting/getting functions - d_set_prec, d_get_prec, long_set_prec and long_get_prec. This enables control over precision presented by the various stringification sub routines (d_to_str, d_to_strp, ld_to_str, ld_to_strp and _overload_string).
  • Add to_string conversions - d_to_str, d_to_strp, ld_to_str and ld_to_strp.
  • Change the print overloading (sub _overload_string) to use the new to_string conversion functions. This standardises the printing of double and long double objects, and handles the printing in the same way as Math::LongDouble does.

Modules

perl interface to C's complex.h functions.

Provides

in Long/Long.pm