AdvancedMathModifiedBesselK Method

Computes the irregular modified cylindrical Bessel function.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static double ModifiedBesselK(
	double nu,
	double x
)

Parameters

nu  Double
The order parameter.
x  Double
The argument, which must be non-negative.

Return Value

Double
The value of Kν(x).

Remarks

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

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

Exceptions

See Also