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

◆ is_one()

bool EngineMonomial::is_one ( ) const

Definition at line 69 of file monomial.cpp.

69{ return varpower::is_one(ints()); }
static bool is_one(ConstExponents a)

References ints(), and ExponentList< int, true >::is_one().