Click or drag to resize

SpecialFunctionsKelvinKer Method

Overload List
 NameDescription
Public methodStatic memberKelvinKer(Double) Returns the Kelvin function ker.

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

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

Public methodStatic memberKelvinKer(Double, Double) Returns the Kelvin function ker.

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

Top
See Also