SpecialFunctionsKelvinKe Method |
Returns the Kelvin function of the second kind
KelvinKe(nu, x) is given by Exp(-nu * pi * j / 2) * BesselK(nu, x * sqrt(j)) where j = sqrt(-1).
KelvinKer(nu, x) and KelvinKei(nu, x) are the real and imaginary parts of the KelvinBe(nu, x)
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Complex KelvinKe(
double nu,
double x
)
Parameters
- nu Double
- The order of the Kelvin function.
- x Double
- The value to calculate the kelvin function of,
Return Value
ComplexThe Kelvin function of the second kind evaluated at the specified order and value.
See Also