Returns the value of the integral from a to b.
double
specifying the lower limit of integration. double
specifying the upper limit of integration, either or both of a and b can be Double.POSITIVE_INFINITY
or Double.NEGATIVE_INFINITY
. A double
specifying the integral value from a to b.
Quadrature Class | Imsl.Math Namespace