From Jason Turner

[sf.cmath.cyl.bessel.j]

Diff to HTML by rtfpessoa

tmp/tmptl053lgi/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  #### Cylindrical Bessel functions of the first kind <a id="sf.cmath.cyl.bessel.j">[[sf.cmath.cyl.bessel.j]]</a>
2
 
3
  ``` cpp
4
- double cyl_bessel_j(double nu, double x);
5
  float cyl_bessel_jf(float nu, float x);
6
  long double cyl_bessel_jl(long double nu, long double x);
7
  ```
8
 
9
  *Effects:* These functions compute the cylindrical Bessel functions of
 
1
  #### Cylindrical Bessel functions of the first kind <a id="sf.cmath.cyl.bessel.j">[[sf.cmath.cyl.bessel.j]]</a>
2
 
3
  ``` cpp
4
+ floating-point-type cyl_bessel_j(floating-point-type nu, floating-point-type x);
5
  float cyl_bessel_jf(float nu, float x);
6
  long double cyl_bessel_jl(long double nu, long double x);
7
  ```
8
 
9
  *Effects:* These functions compute the cylindrical Bessel functions of