1.3 KiB
1.3 KiB
[sf.cmath.comp.ellint.2]
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.6 Complete elliptic integral of the second kind [sf.cmath.comp.ellint.2]
floating-point-type comp_ellint_2(floating-point-type k); float comp_ellint_2f(float k); long double comp_ellint_2l(long double k);
Effects: These functions compute the complete elliptic integral of the second kind of their respective argumentsk.
Returns: E(k), where E is given by Formula 29.26 andk is k.
E(k)=E(k,Ï/2) , for |k|â¤1(29.26)
See also [sf.cmath.ellint.2].