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

◆ mypromote() [24/27]

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

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

389{
390 (void) R;
391 auto fR1 = const_cast<ARingRRR::ElementType&>(fR);
392 S.set_from_BigReal(fS, &fR1);
393 return true;
394}
bool set_from_BigReal(ElementType &result, gmp_RR a) const
Definition aring-RR.hpp:156

References M2::ARingRR::set_from_BigReal().