CCL Home Page
Up Directory CCL integrat.h
/* Numerical Recipies Integration Routines */

double trapzd(double (*func)(double),double a,double b,int n);
	/* trapezoidal */

double qsimp(double (*func)(double),double a,double b,double eps);
	/* Simpson's rule */
Modified: Fri Dec 8 17:00:00 1995 GMT
Page accessed 4865 times since Sat Apr 17 21:59:44 1999 GMT