From Jason Turner

[sf.cmath.ellint.2]

Diff to HTML by rtfpessoa

tmp/tmpdclhkkel/{from.md → to.md} RENAMED
@@ -8,9 +8,7 @@ long double ellint_2l(long double k, long double phi);
8
 
9
  *Effects:* These functions compute the incomplete elliptic integral of
10
  the second kind of their respective arguments `k` and `phi` (`phi`
11
  measured in radians).
12
 
13
- *Returns:*
14
- $$\mathsf{E}(k, \phi) = \int_0^\phi \! \sqrt{1 - k^2 \sin^2 \theta} \, \mathsf{d}\theta
15
- \text{ ,\quad for $|k| \le 1$,}$$ where k is `k` and φ is `phi`.
16
 
 
8
 
9
  *Effects:* These functions compute the incomplete elliptic integral of
10
  the second kind of their respective arguments `k` and `phi` (`phi`
11
  measured in radians).
12
 
13
+ *Returns:* E(k, φ), where E is given by , k is `k`, and φ is `phi`.
 
 
14