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