points and weights of the quadrature formula, aw[0...lenaw-1]
integrand f(x)
lower 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]; intdeiini(aw.length, tiny, eps, aw.ptr); // initialization of aw ... intdei(f, a, aw.ptr, &i, &err);
I = integral of f(x) over (a,infinity), f(x) has not oscillatory factor.