Click or drag to resize

LogLinearDifferentiate2 Method

Differentiate twice at point t.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Differentiate2(
	double t
)

Parameters

t  Double
Point t to interpolate at.

Return Value

Double
Interpolated second derivative at point t.

Implements

IInterpolationDifferentiate2(Double)
See Also