Difference between revisions of "CubicInterp"
m (adding doc status category) |
|||
Line 1: | Line 1: | ||
[[Category:Interpolation functions]] | [[Category:Interpolation functions]] | ||
+ | [[Category:Doc Status C]] <!-- 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 07:06, 24 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