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

◆ mylift() [8/16]

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

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

575{
576 (void) S;
577 R.set_from_double(result_gR, gS);
578 return true;
579}
bool set_from_double(ElementType &result, double a) const
Definition aring-RR.hpp:161

References M2::ARingRR::set_from_double().