Special.BesselI Method

Evaluates the modified Bessel function of the first kind of real order.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double BesselI(
	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 first kind of order 0.

See Also