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