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

◆ mypromote() [17/27]

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

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

429{
430 (void) R;
431 S.set_from_double(fS, fR);
432 return true;
433}
bool set_from_double(ElementType &result, double a) const

References M2::ARingRRi::set_from_double().