Changes for version 3.10

  • Add the following functions (conditional upon building against mpfr-3.1.0 or later): Rmpfr_set_divby0, Rmpfr_clear_divby0, Rmpfr_divby0_p, Rmpfr_buildopt_tune_case, Rmpfr_frexp, Rmpfr_grandom, Rmpfr_z_sub, Rmpfr_buildopt_gmpinternals_p.
  • Add Rgmp_randinit_mt.
  • In Rmpfr_get_d_2exp and Rmpfr_get_ld_2exp, replace sv_setuv (was incorrect) with sv_setiv.
  • Replace New/Newz with Newx/Newxz on perls that support the new symbols (Newx/Newxz).

Modules

perl interface to the MPFR (floating point) library.