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

◆ get_from_BigReal() [2/7]

bool M2::get_from_BigReal ( const ARingCCC & R,
ARingCCC::ElementType & a,
gmp_RR b )
inline

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

152{
153 return R.set_from_BigReal(a, b);
154}
bool set_from_BigReal(ElementType &result, gmp_RR a) const

References M2::ARingCCC::set_from_BigReal().