Special |
Name | Description | |
---|---|---|
KelvinKer(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). | |
KelvinKer(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). |