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

◆ get_from_BigComplex() [2/4]

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

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

159{
160 return R.set_from_BigComplex(a, b);
161}
bool set_from_BigComplex(ElementType &result, gmp_CC a) const

References M2::ARingCCC::set_from_BigComplex().