AdvancedMathBesselJZero Method
Computes the requested zero of the regular Bessel function.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
- nu Double
- The order, which must be non-negative.
- k Int32
- The index of the zero, which must be positive.
DoubleThe
kth value of x for which J
ν(x) = 0.