From Jason Turner

[sf.cmath.assoc.legendre]

Diff to HTML by rtfpessoa

tmp/tmpww0qg83b/{from.md → to.md} RENAMED
@@ -7,13 +7,11 @@ long double assoc_legendrel(unsigned l, unsigned m, long double x);
7
  ```
8
 
9
  *Effects:* These functions compute the associated Legendre functions of
10
  their respective arguments `l`, `m`, and `x`.
11
 
12
- *Returns:* $$\mathsf{P}_\ell^m(x) = (1 - x^2) ^ {m/2} \:
13
- \frac{\mathsf{d} ^ m}{\mathsf{d}x ^ m} \, \mathsf{P}_\ell(x)
14
- \text{ ,\quad for $|x| \le 1$,}$$ where l is `l`, m is `m`, and x is
15
- `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 associated Legendre functions of
10
  their respective arguments `l`, `m`, and `x`.
11
 
12
+ *Returns:* P_ℓ^m(x), where P_ℓ^m is given by , P_ℓ is given by , ℓ is
13
+ `l`, m is `m`, and x is `x`.
 
 
14
 
15
  *Remarks:* The effect of calling each of these functions is
16
  *implementation-defined* if `l >= 128`.
17