👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/cmath/ellint_2.md b/reference/cmath/ellint_2.md index b454f4951..041b8c6b0 100644 --- a/reference/cmath/ellint_2.md +++ b/reference/cmath/ellint_2.md @@ -7,15 +7,40 @@ ```cpp namespace std { -float ellint_2f(float k, float phi); -double ellint_2(double k, double phi); -long double ellint_2l(long double k, long double phi); + double + ellint_2(double k, + double phi); // (1) C++17 + floating-point-type + ellint_2(floating-point-type k, +...