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

◆ moveTo_gmpCCi()

gmp_CCi moveTo_gmpCCi ( gmp_CCimutable _z)
inline

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

175{
177 mpfr_reallocate_limbs(&(a->re->left));
178 mpfr_reallocate_limbs(&(a->re->right));
179 mpfr_reallocate_limbs(&(a->im->left));
180 mpfr_reallocate_limbs(&(a->im->right));
181 return (gmp_CCi) a;
182}
void mpfr_reallocate_limbs(mpfr_ptr _z)
Definition gmp-util.h:65
struct gmp_CCi_struct * gmp_CCi
Definition m2-types.h:162
Mutable view of a complex interval as a pair of mpfi_ptr real and imaginary parts.
Definition gmp-util.h:145

References CCimutable_struct::im, mpfr_reallocate_limbs(), and CCimutable_struct::re.

Referenced by IM2_RingElement_to_ComplexInterval().