Defines a polynomial function by its coefficients.
Parameters
...coeffs: number[]
The coefficients of the polynomial, starting with the leading coefficient and ending with the constant term, which can be written either in an array or as separate arguments
Defines a polynomial function by its coefficients.