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

◆ get_from_BigComplex() [3/4]

bool M2::get_from_BigComplex ( const ARingCCi & R,
ARingCCi::ElementType & a,
gmp_CC b )
inline

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

216{
217 return R.set_from_BigComplex(a, b);
218}
bool set_from_BigComplex(ElementType &result, gmp_CC a) const

References M2::ARingCCi::set_from_BigComplex().