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

Changes for version 0.15

  • Fix bug in test suite. (Test 12 in test1.t improperly constructed.)
  • Rewrite new().
  • Rmpf_out_str() now takes an optional fourth argument - a string that will be appended to the mpf_out_str() output. Also stdout is fflush()'d each time Rmpf_out_str() is called.
  • The overload functions and new() can now handle a long double value correctly
  • Rewrite Rmpf_get_str to start with a leading zero, and to use 'e' instead of '@' (for bases <= 10).

Modules

perl interface to the GMP library's floating point (mpf) functions.