Evaluates the modified Bessel function of the second kind
of real order scaled by a factor exp(-x).
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double BesselKScaled(
double nu,
double x
)
Public Shared Function BesselKScaled (
nu As Double,
x As Double
) As Double
public:
static double BesselKScaled(
double nu,
double x
)
static member BesselKScaled :
nu : float *
x : float -> float
Parameters
- nu
- Type: SystemDouble
A real number that specifies the order of the Bessel function. - x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe modified Bessel function of the second kind
of order
nu evaluated at
x
and scaled by a factor exp(-x).
Reference