Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

simpsn

Simpson Numerical Integration

SYNOPSIS

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.