Click or drag to resize

SpecialFunctionsBesselK1 Method

Returns the modified Bessel function of the second kind of order 1 of the argument.

The range is partitioned into the two intervals [0, 2] and (2, infinity). Chebyshev polynomial expansions are employed in each interval.


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double BesselK1(
	double x
)

Parameters

x  Double
The value to compute the Bessel function of.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.SpecialFunctions.BesselK1(System.Double)"]

See Also