tmp/tmp60if8y4j/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### Spherical Neumann functions <a id="sf.cmath.sph.neumann">[[sf.cmath.sph.neumann]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
|
| 5 |
float sph_neumannf(unsigned n, float x);
|
| 6 |
long double sph_neumannl(unsigned n, long double x);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the spherical Neumann functions, also
|
|
|
|
| 1 |
#### Spherical Neumann functions <a id="sf.cmath.sph.neumann">[[sf.cmath.sph.neumann]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
floating-point-type sph_neumann(unsigned n, floating-point-type x);
|
| 5 |
float sph_neumannf(unsigned n, float x);
|
| 6 |
long double sph_neumannl(unsigned n, long double x);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the spherical Neumann functions, also
|