Files
cppdraft_translate/cppdraft/sf/cmath/comp/ellint/1.md
2025-10-25 03:02:53 +03:00

1.3 KiB
Raw Blame History

[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);

1

#

Effects: These functions compute the complete elliptic integral of the first kind of their respective argumentsk.

2

#

Returns: K(k), where K is given by Formula 29.25 andk is k.

K(k)=F(k,π/2) , for |k|≤1(29.25)

3

#

See also [sf.cmath.ellint.1].