Click or drag to resize

SpecialFunctionsKelvinKerPrime(Double, Double) Method

Returns the derivative of the Kelvin function ker.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double KelvinKerPrime(
	double nu,
	double x
)

Parameters

nu  Double
The order of the Kelvin function.
x  Double
The non-negative real value to compute the derivative of the Kelvin function of.

Return Value

Double
The derivative of the Kelvin function ker.
See Also