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

◆ show_mon_term() [3/3]

void MonomialTableZZ::show_mon_term ( FILE * fil,
mon_term * t ) const

Definition at line 639 of file montableZZ.cpp.

640{
641 buffer o;
642 show_mon_term(o, t);
643 fprintf(fil, "%s", o.str());
644}
void show_mon_term(FILE *fil, mon_term *t) const
char * str()
Definition buffer.hpp:72

References show_mon_term(), and buffer::str().

Referenced by find_monomial_divisors(), find_term_divisors(), show(), show_mon_term(), and show_mon_term().