DifferentialCalculus MethodsMathos Core Library 1.0.5.1 (changeset 39720)
This documentation is compiled for the latest release of Mathos Core Library
Methods

  NameDescription
Public methodStatic memberFirstDerivative(FuncDecimal, Decimal, Int32, Decimal)
Calculates the first derivative given a multivariable function and a specific set of variables (input parameters).
Public methodStatic memberFirstDerivative(FuncDouble, Double, Double, Double)
Calculates the first derivative given a function and an x coordinate
Public methodStatic memberSecondDerivative(FuncDecimal, Decimal, Decimal)
Calculates the second derivative given a function and an x coordinate
Public methodStatic memberSecondDerivative(FuncDecimal, Decimal, Int32, Decimal)
Calculates the second derivative given a multivariable function and a specific set of variables (input parameters).
Top
See Also

Reference