Difference between revisions of "CubicInterp"
m (adding doc status category) |
m (adding doc status category stub page) |
||
Line 1: | Line 1: | ||
[[Category:Interpolation functions]] | [[Category:Interpolation functions]] | ||
− | [[Category:Doc Status | + | [[Category:Doc Status D]] <!-- For Lumina use, do not change --> |
Returns the natural cubic spline interpolated values of R along D, interpolating for values of X. | Returns the natural cubic spline interpolated values of R along D, interpolating for values of X. |
Revision as of 03:19, 26 April 2007
Returns the natural cubic spline interpolated values of R along D, interpolating for values of X.
(stub)
Declaration
CubicInterp( D,R : Numeric[I] ; X : numeric ; I : Index )
See also
Comments
Enable comment auto-refresher