Evaluates the regular Bessel function of the first kind
of order 1.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double BesselJ1(
double x
)
Public Shared Function BesselJ1 (
x As Double
) As Double
public:
static double BesselJ1(
double x
)
static member BesselJ1 :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe regular Bessel function of the first kind
of order 1.
Reference