29 Numerics library [numerics]

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

29.9.5 Mathematical special functions [sf.cmath]

29.9.5.6 Complete elliptic integral of the third kind [sf.cmath.comp_ellint_3]

double comp_ellint_3(double k, double nu); float comp_ellint_3f(float k, float nu); long double comp_ellint_3l(long double k, long double nu);

Effects: Эти функции вычисляют полный эллиптический интеграл третьего рода от своих соответствующих аргументов k и nu.

Returns:

Π(ν,k)=Π(ν,k,π/2),for |k|1

где k есть k и ν есть nu.

См. Также [sf.cmath.ellint_3].