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

◆ mypromote() [16/27]

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

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

343{
344 (void) R;
345 S.set_from_double(fS, fR);
346 return true;
347}
bool set_from_double(ElementType &result, double a) const
Definition aring-RR.hpp:161

References M2::ARingRR::set_from_double().