polyDegree method

int polyDegree()

Returns the degree of the polynomial to fit. return the degree of the polynomial to fit

Implementation

int polyDegree() {
  return degree;
}