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

◆ dNterm()

void dNterm ( const Ring * R,
const Nterm * f )

Definition at line 80 of file debug.cpp.

81{
82 buffer o;
83 ring_elem g = const_cast<Nterm *>(f);
84 R->elem_text_out(o, g);
85 emit(o.str());
86}
virtual void elem_text_out(buffer &o, const ring_elem f, bool p_one=true, bool p_plus=false, bool p_parens=false) const =0
char * str()
Definition buffer.hpp:72
Singly linked-list node carrying one term of a polynomial-ring element.
Definition ringelem.hpp:156
void emit(const char *s)
Definition text-io.cpp:41

References Ring::elem_text_out(), emit(), and buffer::str().