Macaulay2 Engine
Loading...
Searching...
No Matches

◆ moveTo_gmpQQ()

gmp_QQ moveTo_gmpQQ ( mpq_ptr z)
inline

Definition at line 58 of file gmp-util.h.

59 {
60 mpz_reallocate_limbs(mpq_numref(z));
61 mpz_reallocate_limbs(mpq_denref(z));
62 return z;
63 }
void mpz_reallocate_limbs(mpz_ptr _z)
Definition gmp-util.h:46

References mpz_reallocate_limbs().

Referenced by rawFareyApproximation(), and rawRandomQQ().