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

◆ elem_text_out()

void FreeAlgebraQuotient::elem_text_out ( buffer & o,
const Poly & f,
bool p_one,
bool p_plus,
bool p_parens ) const

Definition at line 150 of file FreeAlgebraQuotient.cpp.

155{
156 mFreeAlgebra.elem_text_out(o, f, p_one, p_plus, p_parens);
157}
const FreeAlgebra & mFreeAlgebra

References mFreeAlgebra.

Referenced by M2FreeAlgebraQuotient::elem_text_out().