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

◆ set_from_doubles()

void M2::ARingCCC::set_from_doubles ( ElementType & result,
double re,
double im ) const
inline

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

591 {
592 mRRR.set_from_double(result.re, re);
593 mRRR.set_from_double(result.im, im);
594 }
const ARingRRR mRRR
Definition aring-CCC.hpp:75
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mRRR, and result().

Referenced by M2::mypromote().