Click or drag to resize

SpecialFunctionsBesselYn Method

Bessel function of the second kind of integer order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double BesselYn(
	int n,
	double x
)

Parameters

n  Int32
Non-negative integer order.
x  Double
A non-negative real number.

Return Value

Double
The Bessel function of the second kind. For x = 0, Double.NegativeInfinity is returned.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionArgument x must be non-negative.
See Also