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

◆ get_from_double() [2/7]

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

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

235{
236 return R.set_from_double(a, b);
237}
bool set_from_double(ElementType &result, double a) const

References M2::ARingCCC::set_from_double().