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

◆ mypromote() [25/27]

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

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

438{
439 (void) R;
440 S.set_from_BigReal(fS, &fR);
441 return true;
442}
bool set_from_BigReal(ElementType &result, gmp_RR a) const

References M2::ARingRRi::set_from_BigReal().