tmp/tmp2ow8sozq/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### Cylindrical Neumann functions <a id="sf.cmath.cyl.neumann">[[sf.cmath.cyl.neumann]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
|
| 5 |
float cyl_neumannf(float nu, float x);
|
| 6 |
long double cyl_neumannl(long double nu, long double x);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the cylindrical Neumann functions,
|
|
|
|
| 1 |
#### Cylindrical Neumann functions <a id="sf.cmath.cyl.neumann">[[sf.cmath.cyl.neumann]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
floating-point-type cyl_neumann(floating-point-type nu, floating-point-type x);
|
| 5 |
float cyl_neumannf(float nu, float x);
|
| 6 |
long double cyl_neumannl(long double nu, long double x);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the cylindrical Neumann functions,
|