Anything related to function interpolation, i.e. the mathematical techniques for estimating the (unknown) value of a function in a point on the basis of a set of known values in other (usually nearby) points. For interpolation of strings, see the [string-interpolation] tag.
Anything related to function interpolation, i.e. the mathematical techniques for estimating the (unknown) value of a function in a point on the basis of a set of known values in other (usually nearby) points.
See Wikipedia on interpolation.
In scientific software r for statistical computing and graphics, function approx
implements linear interpolation and function spline
implements cubic spline interpolation.
For interpolation of strings, see string-interpolation.