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

◆ mypromote() [15/27]

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

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

495{
496 S.set_from_double(fS, fR);
497 return true;
498}
bool set_from_double(ElementType &result, double a) const

References M2::ARingCCi::set_from_double().