coefficients property

List<Complex> coefficients
latefinal

An unmodifiable list with the coefficients of the polynomial.

Implementation

late final List<Complex> coefficients;