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

◆ drespoly2()

void drespoly2 ( const res2_poly * R,
const res2term * f )

Definition at line 110 of file debug.cpp.

111{
112 buffer o;
113 R->elem_text_out(o, f);
114 emit(o.str());
115}
char * str()
Definition buffer.hpp:72
void elem_text_out(buffer &o, const res2term *f) const
void emit(const char *s)
Definition text-io.cpp:41

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