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