getDegree method

int getDegree()

Implementation

int getDegree() {
  return coefficients.length - 1;
}