Special.BesselI0Scaled Method

Evaluates the modified Bessel function of the first kind of order 0 scaled by a factor exp(-|x|).

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static double BesselI0Scaled(
	double x
)

Parameters

x  Double
The value at which to evaluate the function.

Return Value

Double
The modified Bessel function of the first kind of order 0 scaled by a factor exp(-|x|).

See Also