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

◆ get_from_BigReal() [6/7]

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

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

131{
132 return R.set_from_BigReal(a, b);
133}
bool set_from_BigReal(ElementType &result, gmp_RR a) const

References M2::ARingRRR::set_from_BigReal().