Reimplemented from Ring.
Definition at line 411 of file localring.cpp.
412{
414 bool tophom =
mRing->multi_degree(f->
numer, d);
416 bool bottomhom =
mRing->multi_degree(f->
denom, e);
419 return tophom && bottomhom;
420}
monomial make_one() const
void remove(monomial d) const
void divide(const_monomial m, const_monomial n, monomial result) const
const Monoid * degree_monoid() const
const local_elem * get_local_elem() const
References Ring::degree_monoid(), local_elem::denom, Monoid::divide(), ring_elem::get_local_elem(), Monoid::make_one(), monomial, mRing, local_elem::numer, and Monoid::remove().