Documentation of 'umontreal.iro.lecuyer.functions.MathFunctionWithDerivative' Java class
MathFunctionWithDerivative
umontreal.iro.lecuyer.functions

Interface MathFunctionWithDerivative

    • Method Detail

      • derivative

        double derivative(double x,
                          int n)
        Computes (or estimates) the nth derivative of the function at point x. For n = 0, this returns the result of evaluate.
        Parameters:
        x - the point to evaluate the derivate to.
        n - the order of the derivative.
        Returns:
        the resulting derivative.
        Throws:
        java.lang.IllegalArgumentException - if n is negative or 0.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.