diff --git a/include/cxx/cmath b/include/cxx/cmath index 20dfe272624..d921ca693dc 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;