Click or drag to resize

SpecialFunctionsKelvinKe Method

Returns the Kelvin function of the second kind

KelvinKe(nu, x) is given by Exp(-nu * pi * j / 2) * BesselK(nu, x * sqrt(j)) where j = sqrt(-1).

KelvinKer(nu, x) and KelvinKei(nu, x) are the real and imaginary parts of the KelvinBe(nu, x)


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

Parameters

nu  Double
The order of the Kelvin function.
x  Double
The value to calculate the kelvin function of,

Return Value

Complex

[Missing <returns> documentation for "M:Altaxo.Calc.SpecialFunctions.KelvinKe(System.Double,System.Double)"]

See Also