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

◆ mypromote() [21/27]

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

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

409{
410 (void) R;
411 auto fR1 = const_cast<ARingRRR::ElementType&>(fR);
412 S.set_from_BigReal(fS, &fR1);
413 return true;
414}
bool set_from_BigReal(ElementType &result, gmp_RR a) const
Definition aring-CC.hpp:196

References M2::ARingCC::set_from_BigReal().