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

◆ exponents_show()

void exponents_show ( FILE * fil,
exponents_t exp,
int nvars )
static

Definition at line 34 of file montable.cpp.

36{
37 fprintf(fil, "[");
38 for (int i = 0; i < nvars; i++) fprintf(fil, "%d ", exp[i]);
39 fprintf(fil, "]");
40}

Referenced by MonomialTable::show(), and MonomialTableZZ::show_weak().