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

◆ is_equal()

bool M2::ARingZZGMP::is_equal ( const ElementType & f,
const ElementType & g ) const
inline

Definition at line 92 of file aring-zz-gmp.hpp.

93 {
94 return mpz_cmp(&f, &g) == 0;
95 }