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

◆ mypromote() [4/27]

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

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

467{
468 (void) R;
469 auto fR1 = const_cast<ARingCCC::ElementType&>(fR);
470 S.set_from_BigReals(fS, &fR1.re, &fR1.im);
471 return true;
472}
bool set_from_BigReals(ElementType &result, gmp_RR re, gmp_RR im) const
Definition aring-CC.hpp:202

References cc_doubles_struct::re, and M2::ARingCC::set_from_BigReals().