[sf.cmath.comp.ellint.3] (original) (raw)

28 Numerics library [numerics]

28.7 Mathematical functions for floating-point types [c.math]

28.7.6 Mathematical special functions [sf.cmath]

28.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: , where Π is given by Formula 28.27,k is k, andν is nu.