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

◆ exponents_show()

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

Definition at line 29 of file montableZZ.cpp.

31{
32 fprintf(fil, "[");
33 for (int i = 0; i < nvars; i++) fprintf(fil, "%d ", exp[i]);
34 fprintf(fil, "]");
35}