This documentation is compiled for the latest release of Mathos Core Library
Top
Methods
| Name | Description | |
|---|---|---|
| FirstDerivative(FuncDecimal, Decimal, Int32, Decimal) |
Calculates the first derivative given a multivariable function and a specific set of variables (input parameters).
| |
| FirstDerivative(FuncDouble, Double, Double, Double) |
Calculates the first derivative given a function and an x coordinate
| |
| SecondDerivative(FuncDecimal, Decimal, Decimal) |
Calculates the second derivative given a function and an x coordinate
| |
| SecondDerivative(FuncDecimal, Decimal, Int32, Decimal) |
Calculates the second derivative given a multivariable function and a specific set of variables (input parameters).
|
See Also