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

◆ elem_text_out()

virtual void PolyRingQuotient::elem_text_out ( buffer & o,
const ring_elem f,
bool p_one = true,
bool p_plus = false,
bool p_parens = false ) const
inlinevirtual

Implements Ring.

Definition at line 250 of file polyquotient.hpp.

255 {
256 numerR_->PolyRing::elem_text_out(o, f, p_one, p_plus, p_parens);
257 }
const PolyRing * numerR_
Definition polyring.hpp:125

References PolynomialRing::numerR_.

Referenced by text_out().