Evaluates the modified Bessel function of the first kind
of order 1 scaled by Exp(-|x|).
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double BesselI1Scaled(
double x
)
Public Shared Function BesselI1Scaled (
x As Double
) As Double
public:
static double BesselI1Scaled(
double x
)
static member BesselI1Scaled :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe modified Bessel function of the first kind
of order 0.
Reference