Special.BesselK(Int32, Double) Method

Evaluates the modified Bessel function of the second kind of integer order.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double BesselK(
	int n,
	double x
)

Parameters

n  Int32
The order.
x  Double
A real number.

Return Value

Double
The modified Bessel function of the second kind of order n.

See Also