nexttoward -- <cmath> : 残りのconstexpr対応 #1067

1 · cpprefjp · Feb. 16, 2023, 9:33 a.m.
diff --git a/reference/cmath/nexttoward.md b/reference/cmath/nexttoward.md index ac63ae810..2ede9b204 100644 --- a/reference/cmath/nexttoward.md +++ b/reference/cmath/nexttoward.md @@ -6,14 +6,40 @@ ```cpp namespace std { - float nexttoward(float x, long double y); - double nexttoward(double x, long double y); - long double nexttoward(long double x, long double y); - - Promoted nexttoward(Integral x, long double y); - - float nexttowardf(float x, long double y); // C++17 から ...