索引
自动化
脚本编写
JavaScript数学库
数值积分
simpsn
前页
后页
simpsn
Numerical integration of function tabulated at equally spaced arguments
SYNOPSIS
double simpsn
(
f
,
delta
)
double f
[];
/* tabulated function */
double delta
;
/* spacing of arguments */
simpsn
前页
后页