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

◆ set_from_ComplexInterval() [1/2]

bool M2::ARingCCi::set_from_ComplexInterval ( ElementType & result,
ElementType & a ) const
inline

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

280 {
281 mpfi_set(&result.re, &a.re);
282 mpfi_set(&result.im, &a.im);
283 return true;
284 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

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