Click or drag to resize

SpecialFunctionsBesselI1 Method

Modified Bessel function of the first kind, first order.

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

Parameters

x  Double
A real number.

Return Value

Double
The modified Bessel function, I1.
See Also