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

◆ moveTo_gmpCC()

gmp_CC moveTo_gmpCC ( gmp_CCmutable _z)
inline

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

167 {
171 return (gmp_CC) a;
172 }
void mpfr_reallocate_limbs(mpfr_ptr _z)
Definition gmp-util.h:65
struct gmp_CC_struct * gmp_CC
Definition m2-types.h:156
Mutable view of a complex number as a pair of mpfr_ptr real and imaginary parts.
Definition gmp-util.h:113

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

Referenced by M2::ARingCC::toBigComplex(), M2::ARingCCC::toBigComplex(), and M2::ARingCCi::toBigComplex().