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

◆ is_equal()

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

Definition at line 98 of file aring-zz-flint.hpp.

99 {
100 return fmpz_equal(&f, &g);
101 }