Evaluates the Bessel function of the first kind of real order.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double BesselJ(
double nu,
double x
)
Public Shared Function BesselJ (
nu As Double,
x As Double
) As Double
public:
static double BesselJ(
double nu,
double x
)
static member BesselJ :
nu : float *
x : float -> float
Parameters
- nu
- Type: SystemDouble
A real number that specifies the order of the Bessel function. - x
- Type: SystemDouble
The value at which to evaluate the function.
Return Value
Type:
DoubleThe value of the Bessel function of the first kind of order
nu at
x.
Reference