25package umontreal.ssj.functions;
Represents a mathematical function whose integral can be computed by the integral(double,...
double integral(double a, double b)
Computes (or estimates) the integral of the function over the interval .
This interface should be implemented by classes which represent univariate mathematical functions.