Special.BesselYZero Method

Returns a zero of the Bessel function of the second kind.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double BesselYZero(
	double nu,
	int k
)

Parameters

nu  Double
A real number that specifies the order of the Bessel function.
k  Int32
The one-based index of the zero.

Return Value

Double
The kth zero of the Bessel function Y(nu,x).

Exceptions

ArgumentOutOfRangeException

nu is infinite or NaN.

-or-

k is less than zero.

See Also