[TAG] Brother, can you spare a function?

Dimitrios Siganos dimitris at siganos.org
Fri Sep 17 19:33:28 MSD 2010


On 17/09/10 14:14, Ben Okopnik wrote:
> I need to come up with a "slope" function that will return my weight at
> any point between 6/26 and 9/16.

A polynomial can be used to do that but I don't know if there are
automatic ways to find the polynomial approximation you are looking for.

A polynomial is a function in the form:

f(x) = a + b*x + c*x**2 + d*x**3 + e*x**4 + ...

Dimitrios Siganos



More information about the TAG mailing list