This document discusses cubic spline interpolation. Cubic splines are piecewise cubic polynomials that are continuously differentiable and match function values at sample points. They provide a smooth interpolation that avoids oscillations seen in higher-degree global polynomials. The document outlines the construction of cubic spline interpolation, including determining the coefficients for each cubic polynomial piece based on function values and derivatives at nodes. An example interpolates the function f(x)=x^4 on the interval [-1,1] using cubic splines.