J0
Compute the Bessel function of the first kind of order 0.
double J0( double x )
J0(x)
EX1
void J0_ex1() { double x = 4.; double val = J0(x); printf("J0(%f) = %f\n", x, val); }
J1
origin.h