tmp/tmpfwjkyl0v/{from.md → to.md}
RENAMED
|
@@ -7,13 +7,10 @@ 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 |
-
\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 |
|
|
|
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the Legendre polynomials of their
|
| 10 |
respective arguments `l` and `x`.
|
| 11 |
|
| 12 |
+
*Returns:* P_ℓ(x), where P_ℓ is given by , l is `l`, and x is `x`.
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
*Remarks:* The effect of calling each of these functions is
|
| 15 |
*implementation-defined* if `l >= 128`.
|
| 16 |
|