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

◆ set() [1/2]

void M2::ARingCCi::set ( ElementType & result,
const ElementType & a ) const
inline

Definition at line 177 of file aring-CCi.hpp.

178 {
179 mpfi_set(&result.re, &a.re);
180 mpfi_set(&result.im, &a.im);
181 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References cci_struct::im, cci_struct::re, and result().

Referenced by M2::get_from_ComplexInterval(), M2::mypromote(), and syzygy().