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

◆ mypromote() [23/27]

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

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

513{
514 S.set_from_BigReal(fS, &fR);
515 return true;
516}
bool set_from_BigReal(ElementType &result, gmp_RR a) const

References M2::ARingCCi::set_from_BigReal().