Evaluates the modified Bessel function of the second kind.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double BesselK(
double nu,
double x
)
Public Shared Function BesselK (
nu As Double,
x As Double
) As Double
public:
static double BesselK(
double nu,
double x
)
static member BesselK :
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.
Reference