of
fun of(coefficients: DoubleArray, length: Double, upperBoundType: BoundType = BoundType.OPEN): PolynomialFunction
Build a polynomial function with providing its length, which is used to construct the domain [0, length
Parameters
coefficients
the polynomial's coefficients
length
the length of the domain 0, length
upperBoundType
open or closed upper bound type