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

◆ mypromote() [2/27]

bool M2::mypromote ( const ARingCC & R,
const ARingCCC & S,
const ARingCC::ElementType & fR,
ARingCCC::ElementType & fS )
inline

Definition at line 453 of file aring-translate.hpp.

457{
458 (void) R;
459 S.set_from_complex_double(fS, fR.re, fR.im);
460 return true;
461}
bool set_from_complex_double(ElementType &result, double re, double im) const

References cc_doubles_struct::im, cc_doubles_struct::re, and M2::ARingCCC::set_from_complex_double().