Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
geniusdo authored and acassis committed Dec 15, 2024
1 parent a459280 commit fdbf520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cxx/cmath
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace std
using ::cos;
using ::cosh;
using ::exp;
using ::expm1f;
using ::expm1;
using ::fabs;
using ::floor;
using ::fmod;
Expand Down

0 comments on commit fdbf520

Please sign in to comment.