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

◆ is_equal()

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

Definition at line 219 of file aring-gf-flint.hpp.

220 {
221 return fq_zech_equal(&f, &g, mContext);
222 }
fq_zech_ctx_t mContext

References mContext.