Special.Bessel I 1Scaled Method
Evaluates the modified Bessel function of the first kind
of order 1 scaled by a factor exp(-|x|).
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The modified Bessel function of the first kind of order 1 scaled by a factor exp(-|x|).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static double BesselI1Scaled(
double x
)
Parameters
- x Double
- The value at which to evaluate the function.
Return Value
DoubleThe modified Bessel function of the first kind of order 1 scaled by a factor exp(-|x|).