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

◆ mypromote() [19/27]

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

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

504{
505 S.set_from_Interval(fS, &fR);
506 return true;
507}
bool set_from_Interval(ElementType &result, gmp_RRi a) const

References M2::ARingCCi::set_from_Interval().