splineFunc(s)

Converts a table representing a polynomial into a function.

xy = [-100,4; 8,93; 42,-88; 444, 827]; f = splineFunc(splineInterp(xy)); x = -111..0.01..850; plot(x, f(#x))