From Jason Turner

[sf.cmath.ellint.1]

Diff to HTML by rtfpessoa

tmp/tmp6h7q1ong/{from.md → to.md} RENAMED
@@ -8,9 +8,7 @@ long double ellint_1l(long double k, long double phi);
8
 
9
  *Effects:* These functions compute the incomplete elliptic integral of
10
  the first kind of their respective arguments `k` and `phi` (`phi`
11
  measured in radians).
12
 
13
- *Returns:* $$\mathsf{F}(k, \phi) =
14
- \int_0^\phi \! \frac{\mathsf{d}\theta}{\sqrt{1 - k^2 \sin^2 \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 first kind of their respective arguments `k` and `phi` (`phi`
11
  measured in radians).
12
 
13
+ *Returns:* F(k, φ), where F is given by , k is `k`, and φ is `phi`.
 
 
14