Click or drag to resize

SpecialFunctionsKelvinBei(Double) Method

Returns the Kelvin function bei.

KelvinBei(x) is given by the imaginary part of BesselJ(0, j * sqrt(j) * x) where j = sqrt(-1).

KelvinBei(x) is equivalent to KelvinBei(0, x).


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

Parameters

x  Double
The value to compute the Kelvin function of.

Return Value

Double
The Kelvin function bei.
See Also