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

◆ mypromote() [3/27]

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

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

521{
522 S.set_from_complex_double(fS, fR.re, fR.im);
523 return true;
524}
bool set_from_complex_double(ElementType &result, double re, double im) const

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