polyDegree method
Returns the degree of the polynomial to fit. return the degree of the polynomial to fit
Implementation
int polyDegree() {
return degree;
}
Returns the degree of the polynomial to fit. return the degree of the polynomial to fit
int polyDegree() {
return degree;
}