Click or drag to resize

BesselRelatedBesselJ0Zero Method

Gives the kth root of the Bessel function J0.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double BesselJ0Zero(
	int k
)

Parameters

k  Int32
The kth root (k >=1).

Return Value

Double
The kth root of the Bessel function J0.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionk - k must be greater than 0.
See Also