tmp/tmp9t9ej7ki/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### Associated Laguerre polynomials <a id="sf.cmath.assoc.laguerre">[[sf.cmath.assoc.laguerre]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
|
| 5 |
float assoc_laguerref(unsigned n, unsigned m, float x);
|
| 6 |
long double assoc_laguerrel(unsigned n, unsigned m, long double x);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the associated Laguerre polynomials
|
|
|
|
| 1 |
#### Associated Laguerre polynomials <a id="sf.cmath.assoc.laguerre">[[sf.cmath.assoc.laguerre]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
floating-point-type assoc_laguerre(unsigned n, unsigned m, floating-point-type x);
|
| 5 |
float assoc_laguerref(unsigned n, unsigned m, float x);
|
| 6 |
long double assoc_laguerrel(unsigned n, unsigned m, long double x);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the associated Laguerre polynomials
|