Changes for version 0.45

  • Add _is_infstring() for use with overloaded comparison operators (==, !=, >, >=, <, <=, <=>)
  • Corrections made to memory allocation for string buffers in GMPz.xs. (Version 0.44 has been over-allocating by a factor of more than 3.)
  • Broaden overload_pow and overload_pow_eq to accommodate Math::GMPz objects whose value fit into unsigned long int.
  • Add documentation of Rmpz_rootrem. (Thanks trizen.)
  • Catch the case (gmp-6 and earlier only) where the index passed to mpz_clrbit, mpz_setbit mpz_combit, mpz_tstbit, mpz_scan0 or mpz_scan1 is greater than ULONG_MAX.
  • Create separate GMPz.pod

Modules

perl interface to the GMP library's integer (mpz) functions.

Provides

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