Click or drag to resize

SpecialFunctionsKelvinKei Method

Overload List
 NameDescription
Public methodStatic memberKelvinKei(Double) Returns the Kelvin function kei.

KelvinKei(x) is given by the imaginary part of Exp(-nu * pi * j / 2) * BesselK(0, sqrt(j) * x) where j = sqrt(-1).

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

Public methodStatic memberKelvinKei(Double, Double) Returns the Kelvin function kei.

KelvinKei(nu, x) is given by the imaginary part of Exp(-nu * pi * j / 2) * BesselK(nu, sqrt(j) * x) where j = sqrt(-1).

Top
See Also