tmp/tmp8aa3envl/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### Spherical Bessel functions of the first kind <a id="sf.cmath.sph.bessel">[[sf.cmath.sph.bessel]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
|
| 5 |
float sph_besself(unsigned n, float x);
|
| 6 |
long double sph_bessell(unsigned n, long double x);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the spherical Bessel functions of the
|
|
|
|
| 1 |
#### Spherical Bessel functions of the first kind <a id="sf.cmath.sph.bessel">[[sf.cmath.sph.bessel]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
floating-point-type sph_bessel(unsigned n, floating-point-type x);
|
| 5 |
float sph_besself(unsigned n, float x);
|
| 6 |
long double sph_bessell(unsigned n, long double x);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the spherical Bessel functions of the
|