From Jason Turner

[sf.cmath.laguerre]

Diff to HTML by rtfpessoa

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