Click or drag to resize

SpecialFunctionsBesselI0 Method

Modified Bessel function of the first kind, order zero.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double BesselI0(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The modified Bessel function, I0.
See Also