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

◆ set_from_BigComplex()

bool M2::ARingCCC::set_from_BigComplex ( ElementType & result,
gmp_CC a ) const
inline

Definition at line 213 of file aring-CCC.hpp.

214 { //???
215 mpfr_set(&result.re, a->re, MPFR_RNDN);
216 mpfr_set(&result.im, a->im, MPFR_RNDN);
217 return true;
218 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by M2::get_from_BigComplex().