horner | topic started 8/28/2001; 8:27:47 PM last post 8/28/2001; 8:27:47 PM |
Michael Gage - horner 8/28/2001; 8:27:47 PM (reads: 1949, responses: 0) |
hornerDescriptionDefines a polynomial passing through specified points (a Newton polynomial) and returns an efficient subroutine for evaluating that polynomial (using Horner's method). Syntax
Params A pair of references to arrays representing the x values and y values respectively of the interpolated points. The x values must be strictly increasing. Returns A non-parametric function subroutine representing the newton polynomial Notes This macro is defined in PGnumericalmacros.pl.
|