Y1
Compute the Bessel function of the second kind of order 1.
double Y1( double x )
Y1(x)
EX1
void Y1_ex1() { double x = 4.; double val = Y1(x); printf("Y1(%f) = %f\n", x, val); }
Y0
origin.h