tmp/tmpu277ak6j/{from.md → to.md}
RENAMED
|
@@ -7,14 +7,12 @@ long double laguerrel(unsigned n, long double x);
|
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the Laguerre polynomials of their
|
| 10 |
respective arguments `n` and `x`.
|
| 11 |
|
| 12 |
-
*Returns:* $$
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
{ \mathsf{d}x ^ n} \, (x^n e^{-x}),
|
| 16 |
-
\quad \mbox{for $x \ge 0$}$$ where n is `n` and x is `x`.
|
| 17 |
|
| 18 |
*Remarks:* The effect of calling each of these functions is
|
| 19 |
*implementation-defined* if `n >= 128`.
|
| 20 |
|
|
|
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the Laguerre polynomials of their
|
| 10 |
respective arguments `n` and `x`.
|
| 11 |
|
| 12 |
+
*Returns:* $$\mathsf{L}_n(x) =
|
| 13 |
+
\frac{e^x}{n!} \frac{\mathsf{d}^n}{\mathsf{d}x^n} \, (x^n e^{-x})
|
| 14 |
+
\text{ ,\quad for $x \ge 0$,}$$ where n is `n` and x is `x`.
|
|
|
|
|
|
|
| 15 |
|
| 16 |
*Remarks:* The effect of calling each of these functions is
|
| 17 |
*implementation-defined* if `n >= 128`.
|
| 18 |
|