tmp/tmph7wv4k3n/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
#### Incomplete elliptic integral of the third kind <a id="sf.cmath.ellint.3">[[sf.cmath.ellint.3]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
|
|
|
|
| 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
|
|
|
|
| 1 |
#### Incomplete elliptic integral of the third kind <a id="sf.cmath.ellint.3">[[sf.cmath.ellint.3]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
floating-point-type ellint_3(floating-point-type k, floating-point-type nu,
|
| 5 |
+
floating-point-type phi);
|
| 6 |
float ellint_3f(float k, float nu, float phi);
|
| 7 |
long double ellint_3l(long double k, long double nu, long double phi);
|
| 8 |
```
|
| 9 |
|
| 10 |
*Effects:* These functions compute the incomplete elliptic integral of
|