isZero property

bool isZero

@return true iff this polynomial is the monomial "0"

Implementation

bool get isZero => _coefficients[0] == 0;