degree property

int degree

@return degree of this polynomial

Implementation

int get degree => _coefficients.length - 1;