coefficients property

List<double> coefficients
final

Coefficients a0, a1, a2, ... for y = a0 + a1x + a2x^2 + ...

Implementation

final List<double> coefficients;