Click or drag to resize

SpecialFunctionsBesselK1 Method

Modified Bessel function of the second kind, order one.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double BesselK1(
	double x
)

Parameters

x  Double
A non-negative real number.

Return Value

Double
The modified Bessel function, K1; If x = 0, Double.PositiveInfinity is returned.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionArgument x must be non-negative.
See Also