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

◆ mpfi_reallocate_limbs()

void mpfi_reallocate_limbs ( mpfi_ptr _z)
inline

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

80{
81 mpfr_reallocate_limbs(&(_z->left));
82 mpfr_reallocate_limbs(&(_z->right));
83}
void mpfr_reallocate_limbs(mpfr_ptr _z)
Definition gmp-util.h:65

References mpfr_reallocate_limbs().

Referenced by M2::ARingCCi::to_ring_elem().