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

◆ is_zero()

bool PolyRing::is_zero ( const ring_elem f) const
virtual

Implements Ring.

Definition at line 487 of file poly.cpp.

488{
489 Nterm *a = f;
490 return a == nullptr;
491}

Referenced by gcd(), gcd_extended(), invert(), power(), quotient(), remainder(), and remainderAndQuotient().