@return coefficient of x^degree term in this polynomial
int getCoefficient(int degree) { return _coefficients[_coefficients.length - 1 - degree]; }