Introduction - If you have any usage issues, please Google them yourself
Cubic Spline Interpolation
C Abstract: interpolate cubic spline profiles to given points.
C cubic splines are piecewise cubic polynomials fitting the data
C with continuous first and second derivatives at interior points
C and second derivatives set to zero at and beyond the end points.