From Jason Turner

[sf.cmath.ellint_3]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpxxcuxwr6/{from.md → to.md} +0 -19
tmp/tmpxxcuxwr6/{from.md → to.md} RENAMED
@@ -1,19 +0,0 @@
1
- #### Incomplete elliptic integral of the third kind <a id="sf.cmath.ellint_3">[[sf.cmath.ellint_3]]</a>
2
-
3
- ``` cpp
4
- double ellint_3(double k, double nu, double phi);
5
- float ellint_3f(float k, float nu, float phi);
6
- long double ellint_3l(long double k, long double nu, long double phi);
7
- ```
8
-
9
- *Effects:* These functions compute the incomplete elliptic integral of
10
- the third kind of their respective arguments `k`, `nu`, and `phi` (`phi`
11
- measured in radians).
12
-
13
- *Returns:* $$%
14
- \mathsf{\Pi}(\nu, k, \phi) =
15
- \int_0^\phi \! \frac{ \mathsf{d}\theta }
16
- { (1 - \nu \, \sin^2 \theta) \sqrt{1 - k^2 \sin^2 \theta} },
17
- \quad \mbox{for $|k| \le 1$}$$ where $\nu$ is `nu`, k is `k`, and
18
- φ is `phi`.
19
-