SpecialFunctionsKelvinKer(Double, Double) Method |
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).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double KelvinKer(
double nu,
double x
)
Parameters
- nu Double
- the order of the the Kelvin function.
- x Double
- The non-negative real value to compute the Kelvin function of.
Return Value
DoubleThe Kelvin function ker.
See Also