Special.BesselKScaled Method

Evaluates the modified Bessel function of the second kind of real order scaled by a factor exp(-x).

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double BesselKScaled(
	double nu,
	double x
)

Parameters

nu  Double
A real number that specifies the order of the Bessel function.
x  Double
A real number.

Return Value

Double
The modified Bessel function of the second kind of order nu evaluated at x and scaled by a factor exp(-x).

See Also