tmp/tmpule0gnhg/{from.md → to.md}
RENAMED
|
@@ -7,16 +7,13 @@ long double legendrel(unsigned l, long double x);
|
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the Legendre polynomials of their
|
| 10 |
respective arguments `l` and `x`.
|
| 11 |
|
| 12 |
-
*Returns:* $$
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
\frac{ \mathsf{d} ^ \ell}
|
| 17 |
-
{ \mathsf{d}x ^ \ell} \, (x^2 - 1) ^ \ell,
|
| 18 |
-
\quad \mbox{for $|x| \le 1$}$$ where l is `l` and x is `x`.
|
| 19 |
|
| 20 |
*Remarks:* The effect of calling each of these functions is
|
| 21 |
*implementation-defined* if `l >= 128`.
|
| 22 |
|
|
|
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the Legendre polynomials of their
|
| 10 |
respective arguments `l` and `x`.
|
| 11 |
|
| 12 |
+
*Returns:* $$\mathsf{P}_\ell(x) =
|
| 13 |
+
\frac{1}{2^\ell \, \ell!}
|
| 14 |
+
\frac{\mathsf{d}^\ell}{\mathsf{d}x^\ell} \, (x^2 - 1) ^ \ell
|
| 15 |
+
\text{ ,\quad for $|x| \le 1$,}$$ where l is `l` and x is `x`.
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
*Remarks:* The effect of calling each of these functions is
|
| 18 |
*implementation-defined* if `l >= 128`.
|
| 19 |
|