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

◆ mylift() [6/16]

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

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

603{
604 (void) S;
605 R.set_from_double(result_gR, gS.re);
606 return gS.im == 0;
607}
bool set_from_double(ElementType &result, double a) const
Definition aring-RR.hpp:161

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