| 
 | SSJ V. 2.6.2. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MathFunctionWithDerivative
Represents a mathematical function whose
 nth derivative can be computed using
 derivative.
| Method Summary | |
|---|---|
|  double | derivative(double x,
           int n)Computes (or estimates) the nth derivative of the function at point x. | 
| Methods inherited from interface umontreal.iro.lecuyer.functions.MathFunction | 
|---|
| evaluate | 
| Method Detail | 
|---|
double derivative(double x,
                  int n)
evaluate.
x - the point to evaluate the derivate to.n - the order of the derivative.
IllegalArgumentException - if n is negative or 0.| 
 | SSJ V. 2.6.2. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||