Pré. | Proc. |
simpsn
Simpson Numerical IntegrationSYNOPSIS
double simpsn( f, delta )
double f[]; /* tabulated function */
double delta; /* spacing of arguments */
double simpsn( f, delta );
DESCRIPTION
Numerical integration of function tabulated at equally spaced arguments
Uses 8th order Cote integration formula.