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

◆ coerceToNonnegativeLongInteger()

long M2::ARingZZp::coerceToNonnegativeLongInteger ( const elem & f) const
inline

Definition at line 360 of file aring-zzp.hpp.

361 {
362 int n = exp_table[f];
363 return n;
364 }

References exp_table.