Special.BesselJZero Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static double BesselJZero(
	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 J(nu,x).

See Also