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

◆ mypromote() [6/27]

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

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

529{
530 S.set_from_BigComplex(fS, &fR);
531 return true;
532}
bool set_from_BigComplex(ElementType &result, gmp_CC a) const

References M2::ARingCCi::set_from_BigComplex().