J0
Description
This function returns the zero order Bessel function:
J0(x)
The formula for the equation is:
/math-384ed1a4a134647d6fc05577f6226691.png)
See the gammaln(x) function for the definition of
.
Syntax
double J0(double x)
Parameters
x
- is the numeric at which you want to calculate J0.
Return
Returns the value of zero order Bessel function.
Example
aa = j0(5); aa = ; //-0.17759677131434