From fdbf520a99cb422df20d61c25dd41f7149eb4e6b Mon Sep 17 00:00:00 2001 From: geniusdo <82556067+geniusdo@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:36:23 +0800 Subject: [PATCH] fix a typo --- include/cxx/cmath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cxx/cmath b/include/cxx/cmath index 20dfe272624ea..d921ca693dc84 100644 --- a/include/cxx/cmath +++ b/include/cxx/cmath @@ -111,7 +111,7 @@ namespace std using ::cos; using ::cosh; using ::exp; - using ::expm1f; + using ::expm1; using ::fabs; using ::floor; using ::fmod;