👩💻 Join our community of thousands of amazing developers!
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 から ...