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