Math::LongDouble

Perl interface to C's long double operations (for perls that don't already have that capabili...
Download

Math::LongDouble Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Sisyphus
  • Publisher web site:
  • http://search.cpan.org/~sisyphus/

Math::LongDouble Tags


Math::LongDouble Description

If your perl's NV is a 'long double', then there's no point in using the Math::LongDouble module. But if your perl's NV is a 'double', then this module provides you with a way of performing arithmetic operations with long double precision. use Math::LongDouble qw(:all); my $arg = 32.1; my $ld1 = Math::LongDouble->new($arg);# Stringify $arg, then assign # using C's strtold() my $ld2 = NVtoLD($arg); # Assign the NV 32.1 to $ld2.Product's homepage


Math::LongDouble Related Software