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

◆ divide_by_expvector()

ring_elem Ring::divide_by_expvector ( const_exponents exp,
const ring_elem a ) const
virtual

Reimplemented in PolyRing.

Definition at line 383 of file ring.cpp.

384{
385 (void) exp;
386 return a;
387}

Referenced by vec_divide_by_expvector().