J0-func
This function returns the zero order Bessel function:
J0(x)
The formula for the equation is:
See the gammaln(x) function for the definition of .
double J0(double x)
x
Returns the value of zero order Bessel function.
aa = j0(5); aa = ; //-0.17759677131434
J1, Jn, Y0, Y1, Yn,