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