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

◆ degree_of_var()

void Ring::degree_of_var ( int n,
const ring_elem a,
int & lo,
int & hi ) const
virtual

Reimplemented in PolynomialRing, PolyRing, and PolyRingQuotient.

Definition at line 368 of file ring.cpp.

369{
370 (void) n;
371 (void) a;
372 lo = 0;
373 hi = 0;
374}

Referenced by vec_degree_of_var().