1.3 KiB
1.3 KiB
[sf.cmath.comp.ellint.3]
29 Numerics library [numerics]
29.7 Mathematical functions for floating-point types [c.math]
29.7.6 Mathematical special functions [sf.cmath]
29.7.6.7 Complete elliptic integral of the third kind [sf.cmath.comp.ellint.3]
floating-point-type comp_ellint_3(floating-point-type k, floating-point-type nu); float comp_ellint_3f(float k, float nu); long double comp_ellint_3l(long double k, long double nu);
Effects: These functions compute the complete elliptic integral of the third kind of their respective argumentsk and nu.
Returns: Π(ν,k), where Πis given by Formula 29.27,k is k, andν is nu.
Î (ν,k)=Î (ν,k,Ï/2) , for |k|â¤1(29.27)
See also [sf.cmath.ellint.3].