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

◆ init_set()

void M2::ARingCCC::init_set ( ElementType & result,
const ElementType & a ) const
inline

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

157 {
158 init(result);
159 mpfr_set(&result.re, &a.re, MPFR_RNDN);
160 mpfr_set(&result.im, &a.im, MPFR_RNDN);
161 }
void init(ElementType &result) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References cc_struct::im, init(), cc_struct::re, and result().