zero method

bool zero()

Implementation

bool zero() {
  return coefficients[0] == 0;
}