DifferentiateSecondDerivative Method |
Evaluates the second derivative of a scalar univariate function.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double SecondDerivative(
Func<double, double> f,
double x
)
Parameters
- f FuncDouble, Double
- Univariate function handle.
- x Double
- Point at which to evaluate the derivative.
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Differentiate.SecondDerivative(System.Func{System.Double,System.Double},System.Double)"]
See Also