👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/cmath/comp_ellint_1.md b/reference/cmath/comp_ellint_1.md index 96c669a22..8969a506b 100644 --- a/reference/cmath/comp_ellint_1.md +++ b/reference/cmath/comp_ellint_1.md @@ -7,15 +7,35 @@ ```cpp namespace std { - float comp_ellint_1f(float k); - double comp_ellint_1(double k); - long double comp_ellint_1l(long double k); + double + comp_ellint_1(double k); // (1) C++17 + floating-point-type + comp_ellint_1(floating-point-type k); // (1) C++23 + ...