Returns a zero of the Bessel function of the first kind.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double BesselJZero(
double nu,
int k
)
Public Shared Function BesselJZero (
nu As Double,
k As Integer
) As Double
public:
static double BesselJZero(
double nu,
int k
)
static member BesselJZero :
nu : float *
k : int -> float
Parameters
- nu
- Type: SystemDouble
A real number that specifies the order of the Bessel function. - k
- Type: SystemInt32
The one-based index of the zero.
Return Value
Type:
DoubleThe
kth zero of the Bessel function
J(nu,x).
Reference