Click or drag to resize

SpecialFunctionsKelvinBei Method

Overload List
 NameDescription
Public methodStatic memberKelvinBei(Double) 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).

Public methodStatic memberKelvinBei(Double, Double) Returns the Kelvin function bei.

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

Top
See Also