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

◆ get_from_BigReal() [4/7]

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

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

124{
125 return R.set_from_BigReal(a, b);
126}
bool set_from_BigReal(ElementType &result, gmp_RR a) const
Definition aring-RR.hpp:156

References M2::ARingRR::set_from_BigReal().