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

◆ mylift() [13/16]

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

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

539{
540 (void) S;
541 R.set_from_double(result_gR, gS);
542 return true;
543}
bool set_from_double(ElementType &result, double a) const

References M2::ARingRRR::set_from_double().