25package umontreal.ssj.functions;
Represents a mathematical function whose derivative can be computed using derivative(double).
double derivative(double x)
Computes (or estimates) the first derivative of the function at point x.
This interface should be implemented by classes which represent univariate mathematical functions.