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

◆ is_equal()

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

Definition at line 239 of file aring-gf-flint-big.hpp.

240 {
241 return fq_nmod_equal(&f, &g, mContext);
242 }

References mContext.