tmp/tmpz1cn96ma/{from.md → to.md}
RENAMED
|
@@ -7,13 +7,11 @@ long double assoc_laguerrel(unsigned n, unsigned m, long double x);
|
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the associated Laguerre polynomials
|
| 10 |
of their respective arguments `n`, `m`, and `x`.
|
| 11 |
|
| 12 |
-
*Returns:*
|
| 13 |
-
|
| 14 |
-
\text{ ,\quad for $x \ge 0$,}$$ where n is `n`, m is `m`, and x is
|
| 15 |
-
`x`.
|
| 16 |
|
| 17 |
*Remarks:* The effect of calling each of these functions is
|
| 18 |
*implementation-defined* if `n >= 128` or if `m >= 128`.
|
| 19 |
|
|
|
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the associated Laguerre polynomials
|
| 10 |
of their respective arguments `n`, `m`, and `x`.
|
| 11 |
|
| 12 |
+
*Returns:* Lₙᵐ(x), where Lₙᵐ is given by , Lₙ₊ₘ is given by , n is `n`,
|
| 13 |
+
m is `m`, and x is `x`.
|
|
|
|
|
|
|
| 14 |
|
| 15 |
*Remarks:* The effect of calling each of these functions is
|
| 16 |
*implementation-defined* if `n >= 128` or if `m >= 128`.
|
| 17 |
|