DifferentiateFirstDerivative Method |
Evaluates the first derivative of a scalar univariate function.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double FirstDerivative(
Func<double, double> f,
double x
)
Parameters
- f FuncDouble, Double
- Univariate function handle.
- x Double
- Point at which to evaluate the derivative.
Return Value
DoubleThe first derivative.
See Also