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

◆ mylift() [11/16]

bool M2::mylift ( const ARingRRR & R,
const ARingCC & S,
ARingRRR::ElementType & result_gR,
const ARingCC::ElementType & gS )
inline

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

565{
566 (void) S;
567 R.set_from_double(result_gR, gS.re);
568 return gS.im == 0;
569}
bool set_from_double(ElementType &result, double a) const

References cc_doubles_struct::im, cc_doubles_struct::re, and M2::ARingRRR::set_from_double().