public interface MathFunctionWithDerivative extends MathFunction
derivative.| Modifier and Type | Method and Description |
|---|---|
double |
derivative(double x,
int n)
Computes (or estimates) the nth derivative
of the function at point x.
|
evaluatedouble derivative(double x,
int n)
evaluate.x - the point to evaluate the derivate to.n - the order of the derivative.java.lang.IllegalArgumentException - if n is negative or 0.To submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.