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

◆ is_equal()

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

Definition at line 100 of file aring-qq-gmp.hpp.

101 {
102 return mpq_equal(&f, &g);
103 }