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

◆ elem_text_out()

void DRing::elem_text_out ( buffer & o,
const TowerPolynomial f,
bool p_one,
bool p_plus,
bool p_parens,
M2_ArrayString names ) const

Definition at line 1546 of file dpoly.cpp.

1552{
1553 D.elem_text_out(o, level, f, p_one, p_plus, p_parens, names);
1554}
int level
Definition dpoly.hpp:267
DPoly D
Definition dpoly.hpp:268

References D, and level.