node history, interpolation may produce an infinite value at digital edges.
Remove vertical edges when interpolating and make some other improvements:
do not calculate a polynomial approximation for unused frames;
center the target x-value in the frame; and do not propogate a reduction
in degree to later frames.
moved into their own subdirectory: src/maths/poly.
* src/maths/poly/.cvsignore src/maths/poly/Makefile.am
src/maths/poly/interpolate.c src/maths/poly/interpolate.h
src/maths/poly/poly.h src/maths/poly/polyderiv.c
src/maths/poly/polyderiv.h src/maths/poly/polyeval.c
src/maths/poly/polyeval.h src/maths/poly/polyfit.c
src/maths/poly/polyfit.h: The resulting files.
* src/Makefile.am src/maths/Makefile.am: Updates for the new
library.