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

◆ moveTo_gmpRRi()

mpfi_srcptr moveTo_gmpRRi ( mpfi_ptr _z)
inline

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

160 {
161 mpfr_reallocate_limbs(&(_z->left));
162 mpfr_reallocate_limbs(&(_z->right));
163 return _z;
164 }
void mpfr_reallocate_limbs(mpfr_ptr _z)
Definition gmp-util.h:65

References mpfr_reallocate_limbs().

Referenced by IM2_RingElement_to_Interval(), rawRandomRRi(), and M2::ARingRRi::to_ring_elem().