AdvancedMathBesselJZero Method

Computes the requested zero of the regular Bessel function.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static double BesselJZero(
	double nu,
	int k
)

Parameters

nu  Double
The order, which must be non-negative.
k  Int32
The index of the zero, which must be positive.

Return Value

Double
The kth value of x for which Jν(x) = 0.

Exceptions

ArgumentOutOfRangeExceptionnu is negative or k is non-positive.

See Also