[sf.cmath.ellint.2] (original) (raw)
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.13 Incomplete elliptic integral of the second kind [sf.cmath.ellint.2]
_floating-point-type_ ellint_2(_floating-point-type_ k, _floating-point-type_ phi);float ellint_2f(float k, float phi);long double ellint_2l(long double k, long double phi);
Effects: These functions compute the incomplete elliptic integral of the second kind of their respective argumentsk and phi (phi measured in radians).
Returns: E(k, φ), where E is given by Formula 29.33,k is k, andφ is phi.