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

◆ get_from_double() [1/7]

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

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

240{
241 return R.set_from_double(a, b);
242}
bool set_from_double(ElementType &result, double a) const
Definition aring-CC.hpp:214

References M2::ARingCC::set_from_double().