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

◆ get_from_double() [4/7]

bool M2::get_from_double ( const ARingRR & R,
ARingRR::ElementType & a,
double b )
inline

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

228{
229 return R.set_from_double(a, b);
230}
bool set_from_double(ElementType &result, double a) const
Definition aring-RR.hpp:161

References M2::ARingRR::set_from_double().