Changes for version 0.42

  • Replace the condition "if(SvNOK(x))" with "if(SvNOK(x) && !SvPOK(x))". See https://github.com/sisyphus/math-gmpz/issues/1 (Thanks trizen.)
  • Add __float128 support for perls whose NV is __float128
  • Remove _Rmpq_set_ld, add Rmpq_set_NV and Rmpq_cmp_NV.
  • Add _is_infstring, for use with overloaded comparison operators.

Modules

perl interface to the GMP library's rational (mpq) functions.

Provides

in Random/Random.pm
in V/V.pm