

jn()                   Mathematics Function                  jn()




Compute Bessel function

#include <math.h>
ddoouubbllee jjnn(_n, _z) iinntt _n; ddoouubbllee _z;

jjnn takes _z and computes the Bessel function of the first kind for
order _n.

***** Example *****

For an example of this function, see the entry for j0.

***** See Also *****

j0(), j1(), mathematics library









































COHERENT Lexicon                                           Page 1


