comp_ellint_1 -- <cmath> : 拡張浮動小数点数型への対応続き。途中で力尽きた #1022

1 · cpprefjp · Feb. 17, 2023, 10:33 a.m.
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 + ...