Special.Bessel IScaled Method
Evaluates the modified Bessel function of the first kind
of real order scaled by a factor exp(-x).
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The modified Bessel function of the first kind of order nu evaluated at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double BesselIScaled(
double nu,
double x
)
Parameters
Return Value
DoubleThe modified Bessel function of the first kind of order nu evaluated at x.