points and weights of the quadrature formula, aw[0...lenaw-1]
integrand f(x)
lower limit of integration
upper limit of integration
approximation to the integral
estimate of the absolute error
Remarks: <pre> initial parameters lenaw > 1000, IEEE double :
auto aw = new real[8000]; intdeini(aw.length, tiny, eps, aw.ptr); // initialization of aw ... intde(f, a, b, aw.ptr, &i, &err);
I = integral of f(x) over (a,b)