Changes for version 1.11

  • Fix bug in Rmpfr_get_str. (Sometimes printed out one less digit than it ought.)
  • Remove mpfr.info from distribution. Refer instead to: http://www.mpfr.org/mpfr-current/mpfr.html
  • Have 'make clean' remove comp.exe, check.exe and version.exe.
  • Add support for perls built with -Duselongdouble (Rmpfr_*_ld functions, except Rmpfr_init_set_ld() which is not available in unpatched 2.2.1).
  • Add Rmpfr_cmp_d, Rmpfr_exp10 and the Rmpfr_*_uj functions (which had somehow been earlier overlooked).
  • Fix handling of unsigned long longs on perls built with -Duse64bitint.
  • Allow assignment of mpz, mpq, and mpf types using new()

Modules

perl interface to the MPFR (floating point) library.