tmp/tmp53r1lxv7/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### Complete elliptic integral of the third kind <a id="sf.cmath.comp.ellint.3">[[sf.cmath.comp.ellint.3]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
|
| 5 |
float comp_ellint_3f(float k, float nu);
|
| 6 |
long double comp_ellint_3l(long double k, long double nu);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the complete elliptic integral of the
|
|
|
|
| 1 |
#### Complete elliptic integral of the third kind <a id="sf.cmath.comp.ellint.3">[[sf.cmath.comp.ellint.3]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
floating-point-type comp_ellint_3(floating-point-type k, floating-point-type nu);
|
| 5 |
float comp_ellint_3f(float k, float nu);
|
| 6 |
long double comp_ellint_3l(long double k, long double nu);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* These functions compute the complete elliptic integral of the
|