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

◆ mypromote() [13/27]

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

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

361{
362 (void) R;
363 S.set_from_doubles(fS, fR, 0);
364 return true;
365}
void set_from_doubles(ElementType &result, double re, double im) const
Definition aring-CC.hpp:455

References M2::ARingCC::set_from_doubles().