👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/cmath/sinh.md b/reference/cmath/sinh.md index 48337b7b6..0be344546 100644 --- a/reference/cmath/sinh.md +++ b/reference/cmath/sinh.md @@ -6,17 +6,29 @@ ```cpp namespace std { - float sinh(float x); // (1) C++03からC++20まで - double sinh(double x); // (2) C++03からC++20まで - long double sinh(long double x); // (3) C++03からC++20まで + float sinh(float x); // (1) C++03からC++20まで + double sinh(double x); // (2) C++03からC++20まで + lo...