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