degree property

int get degree

@return degree of this polynomial

Implementation

int get degree => _coefficients.length - 1;