Special.Bessel K Method
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Bessel | Evaluates the modified Bessel function of the second kind. |
Bessel | Evaluates the modified Bessel function of the second kind of integer order. |
BesselK(Double, Double)
Evaluates the modified Bessel function of the second kind.
public static double BesselK(
double nu,
double x
)
Parameters
Return Value
DoubleThe modified Bessel function of the second kind of order nu evaluated at x.
BesselK(Int32, Double)
Evaluates the modified Bessel function of the second kind
of integer order.
public static double BesselK(
int n,
double x
)
Parameters
Return Value
DoubleThe modified Bessel function of the second kind of order n.