Meta.Numerics Library
ModifiedBesselK Method (nu, x)
Meta.NumericsMeta.Numerics.FunctionsAdvancedMathModifiedBesselK(Double, Double)
Computes the irregular modified cynlindrical Bessel function.
Declaration Syntax
C#Visual BasicVisual C++F#
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
)
static member ModifiedBesselK : 
        nu:float * 
        x:float -> float 
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.