isZero static method

bool isZero(
  1. Int32List poly
)

Implementation

static bool isZero(Int32List poly) => poly[0] == 0;