ellint_2 -- <cmath> : 残りの数学関数を拡張浮動小数点数型に対応 #1022

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