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

◆ get_from_BigReal() [5/7]

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

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

138{
139 return R.set_from_BigReal(a, b);
140}
bool set_from_BigReal(ElementType &result, gmp_RR a) const

References M2::ARingRRi::set_from_BigReal().