tmp/tmp4l1ak7at/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### Associated Legendre functions <a id="sf.cmath.assoc.legendre">[[sf.cmath.assoc.legendre]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
|
| 5 |
float assoc_legendref(unsigned l, unsigned m, float x);
|
| 6 |
long double assoc_legendrel(unsigned l, unsigned m, long double x);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the associated Legendre functions of
|
|
|
|
| 1 |
#### Associated Legendre functions <a id="sf.cmath.assoc.legendre">[[sf.cmath.assoc.legendre]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
floating-point-type assoc_legendre(unsigned l, unsigned m, floating-point-type x);
|
| 5 |
float assoc_legendref(unsigned l, unsigned m, float x);
|
| 6 |
long double assoc_legendrel(unsigned l, unsigned m, long double x);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the associated Legendre functions of
|