A program for fitting a smooth curve using splines
Description:
SPLINE reads pairs of x and y values from stdin or a file. It generates a smooth curve through the points, and writes to the standard output points from the smooth curve. The curve is a spline under tension which is tighter than a cubic spline.