Special.BesselI1Scaled Method

Evaluates the modified Bessel function of the first kind of order 1 scaled by Exp(-|x|).

Definition

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

Parameters

x  Double
A real number.

Return Value

Double
The modified Bessel function of the first kind of order 0.

See Also