SpecialFunctionsBesselK1e Method |
Returns the exponentially scaled modified Bessel function
of the second kind of order 1 of the argument.
k1e(x) = exp(x) * k1(x).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double BesselK1e(
double x
)
Parameters
- x Double
- The value to compute the Bessel function of.
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.SpecialFunctions.BesselK1e(System.Double)"]
See Also