Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.
3.5.1.3.48 J1
Description
This function returns the first order Bessel function:
J1(x)
The formula for the equation is:
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