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

◆ mypromote() [14/27]

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

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

370{
371 (void) R;
372 S.set_from_doubles(fS, fR, 0);
373 return true;
374}
void set_from_doubles(ElementType &result, double re, double im) const

References M2::ARingCCC::set_from_doubles().