fitting
fitting.quartic
fitting.lagrange
Enter search terms or a module, class or function name.
fitting.
poly
A general polynomial.
.
Example:
# a third order polynomial y = poly(x, 0, 1, 2, 3) # which is the same as y = cubic(x, 0, 1, 2, 3)