degreeOf static method

int degreeOf(
  1. Int32List poly
)

Implementation

static int degreeOf(Int32List poly) => poly.length - 1;