tmp/tmpyz7powcq/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### Spherical associated Legendre functions <a id="sf.cmath.sph.legendre">[[sf.cmath.sph.legendre]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
|
| 5 |
float sph_legendref(unsigned l, unsigned m, float theta);
|
| 6 |
long double sph_legendrel(unsigned l, unsigned m, long double theta);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the spherical associated Legendre
|
|
|
|
| 1 |
#### Spherical associated Legendre functions <a id="sf.cmath.sph.legendre">[[sf.cmath.sph.legendre]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
floating-point-type sph_legendre(unsigned l, unsigned m, floating-point-type theta);
|
| 5 |
float sph_legendref(unsigned l, unsigned m, float theta);
|
| 6 |
long double sph_legendrel(unsigned l, unsigned m, long double theta);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the spherical associated Legendre
|