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

◆ IM2_RingElement_get_terms()

const RingElement * IM2_RingElement_get_terms ( int nvars,
const RingElement * a,
int lo,
int hi )

Definition at line 569 of file ringelement.cpp.

579{
580 return a->get_terms(nvars, lo, hi);
581}
RingElement * get_terms(int nvars, int lo, int hi) const
Definition relem.cpp:147

References RingElement::get_terms().