commit | 9560b6b152efeb23cc4e570dbaea5ef333ac971f | [log] [tgz] |
---|---|---|
author | nsz <[email protected]> | Tue Mar 13 19:51:14 2012 +0100 |
committer | nsz <[email protected]> | Tue Mar 13 19:51:14 2012 +0100 |
tree | 21a80f73b9ed676889148212429ee558d54c91cd | |
parent | df8b3e5aef151748426b17d4fbccd508acb14207 [diff] [blame] |
remove libm.h includes when math.h and float.h are enough
diff --git a/src/math/nexttoward.c b/src/math/nexttoward.c index 5e12c48..e150eaa 100644 --- a/src/math/nexttoward.c +++ b/src/math/nexttoward.c
@@ -11,6 +11,7 @@ */ #include "libm.h" + #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 double nexttoward(double x, long double y) {