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