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

◆ is_zero()

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

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

236 {
237 return fq_nmod_is_zero(&f, mContext);
238 }

References mContext.

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