Computes the irregular modified cynlindrical Bessel function.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static double ModifiedBesselK(
	double nu,
	double x
)
Public Shared Function ModifiedBesselK ( _
	nu As Double, _
	x As Double _
) As Double
public:
static double ModifiedBesselK(
	double nu, 
	double x
)

Parameters

nu
Double
The order parameter.
x
Double
The argument.

Return Value

The value of Kν(x).

Remarks

The modified Bessel functions are related to the Bessel fuctions with pure imaginary arguments.

The irregular modified Bessel function decreases monotonically and exponentially from the origin.

See Also