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

◆ get_from_ComplexInterval() [1/2]

bool M2::get_from_ComplexInterval ( const ARingCCi & R,
ARingCCi::ElementType & a,
gmp_CCi b )
inline

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

194{
195 R.set(a, b);
196 return true;
197}
void set(ElementType &result, const ElementType &a) const

References M2::ARingCCi::set().