javaScript_cubic_spline | topic started 8/28/2001; 8:29:28 PM last post 8/28/2001; 8:29:28 PM |
Michael Gage - javaScript_cubic_spline 8/28/2001; 8:29:28 PM (reads: 2100, responses: 0) |
||||||||||||
javaScript_cubic_splineDescriptionProduces a string which defines, in javaScript, a function representing a cubic spline interpolation of the (x,y) points defined. Syntax
Params References to two arrays, specifying respectively the x, y values to be interpolated by the Hermite polynomial. The x values must be strictly increasing, but this is not checked. Options
Returns Produces a string which defines, in javaScript, a function representing a cubic spline interpolation of the (x,y) points defined. Examples needsd more here Notes Cubic splines are often used to represent numerical data. This macro defines a javaScript representation of the cubic spline, allowing interaction with the student, directly from the browser, without involving the server. One advantage of using the javaScript_cubic_spline definition of even simple functions such as See Also hermite_spline, Hermite.pm, cubic_spline,HEADER_TEXT,
|