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

◆ is_zero()

bool M2::ARingGFFlint::is_zero ( const ElementType & f) const
inline

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

216 {
217 return fq_zech_is_zero(&f, mContext);
218 }
fq_zech_ctx_t mContext

References mContext.

Referenced by elem_text_out(), eval(), invert(), is_unit(), set_from_mpq(), and syzygy().