Calculate the integral of f(x) over an infinite interval.
The infinite range is mapped onto a finite interval and subsequently
the same strategy as in integrateQAGS() is applied.
To integrate f(x) over the interval (-$(INFTY),$(INFTY)), use the
first form. To integrate f(x) over the interval (-$(INFTY),a) or
(a,$(INFTY)) use the second form with inf=Infinite.lower or
inf=Infinite.upper, respectively.
Result!RealintegrateQAGI(Func f, Real epsRel, Real epsAbs)
Calculate the integral of f(x) over an infinite interval.
The infinite range is mapped onto a finite interval and subsequently the same strategy as in integrateQAGS() is applied.
To integrate f(x) over the interval (-$(INFTY),$(INFTY)), use the first form. To integrate f(x) over the interval (-$(INFTY),a) or (a,$(INFTY)) use the second form with inf=Infinite.lower or inf=Infinite.upper, respectively.