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

◆ elem_text_out()

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

Implements Ring.

Definition at line 254 of file tower.cpp.

259{
260 D->elem_text_out(o, TOWER_POLYNOMIAL_VAL(f), p_one, p_plus, p_parens, names);
261}
DRing * D
Definition tower.hpp:66
M2_ArrayString names
Definition tower.hpp:64
#define TOWER_POLYNOMIAL_VAL(f)
Definition tower.cpp:12

References D, names, and TOWER_POLYNOMIAL_VAL.

Referenced by TEST(), and TEST().