Allow the overloaded comparison operations to accept a Math-GMP object.
Allow the overloaded exponentiation functions (overload_pow & overload_pow_eq) to accept a Math::GMPz or Math::GMP object when and only when the value of that object fits into an unsigned int.
Add Rmpq_fits_uint_p function. (There is no mpq_fits_uint_p library function.)