PolynomialFunction

constructor(coefficients: List<Double>)


constructor(coefficients: DoubleArray, domain: Range<Double> = Range.all())

Parameters

coefficients

coefficients for f(x), whereby coefficients0 corresponds to c0

domain

domain for which the polynomial function is defined