J1
Description
This function returns the first order Bessel function:
J1(x)
The formula for the equation is:
/math-d89d9d5b3f053ecef1ec8648817ba97c.png)
See the gammaln(x) function for the definition of
.
Syntax
double J1(double x)
Parameter
x
- is the double at which you want to calculate the first order Bessel function.
Return
Returns the first order Bessel function at x.
Example
aa = j1(5); aa =; //-0.32757913759147