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