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

◆ elem_text_out()

void CoefficientRingR::elem_text_out ( buffer & o,
ElementType a,
bool p_one = true,
bool p_plus = false,
bool p_parens = false ) const

Definition at line 21 of file coeffrings.cpp.

26{
27 return R->elem_text_out(o, a, p_one, p_plus, p_parens);
28}
const Ring * R

References R.