Closed maisonobe closed 8 months ago
The constructor for PolynomialFunction only accepts coefficients as a regular array, it should be possible to use variable arguments that build the array on the fly.
PolynomialFunction
The constructor for
PolynomialFunction
only accepts coefficients as a regular array, it should be possible to use variable arguments that build the array on the fly.