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

◆ exponent_table_get()

long exponent_table_get ( exponent_table * E,
const exponent expon )

Definition at line 71 of file exptable.c.

74{
75 table_nvars = E->nvars;
76 return (long)Table_get(E->table, expon);
77}
static int table_nvars
Definition exptable.c:19
Table_T * table
Definition exptable.c:16
void * Table_get(T *table, const void *key)
Definition table.c:72

References exponent_table::nvars, exponent_table::table, Table_get(), and table_nvars.

Referenced by coeffs_of_vec().