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

◆ topvar()

template<class E, bool L>
Exponent ExponentList< E, L >::topvar ( ConstExponents a)
inlinestatic

Definition at line 126 of file ExponentList.hpp.

127 {
128 assert(length(a) > 1);
129 return a[1];
130 }
static const Exponent length(ConstExponents m)