Click or drag to resize

SpecialFunctionsKelvinBer Method

Overload List
 NameDescription
Public methodStatic memberKelvinBer(Double) Returns the Kelvin function ber.

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

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

Public methodStatic memberKelvinBer(Double, Double) Returns the Kelvin function ber.

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

Top
See Also