splineFunc(s)

import almafa.engine.func-1

Converts a table representing a polynomial into a function.

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