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

◆ compare_elems()

int M2::ARingZZpFlint::compare_elems ( ElementType f,
ElementType g ) const
inline

Definition at line 124 of file aring-zzp-flint.hpp.

125 {
126 if (f > g) return -1;
127 if (f < g) return 1;
128 return 0;
129 }