diff options
| author | stijn | 2020-04-16 09:22:15 +0200 |
|---|---|---|
| committer | Damien George | 2020-04-23 11:24:15 +1000 |
| commit | d6243568a05d423b58522435c3779975acbf56dd (patch) | |
| tree | 60d70ccfbec061f855f457f2643ad5b338a2cc4b /lib/libm_dbl | |
| parent | 1ae7e0e561134c39471e3000eced33da732b4103 (diff) | |
all: Remove commented-out include statements.
Diffstat (limited to 'lib/libm_dbl')
| -rw-r--r-- | lib/libm_dbl/nearbyint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libm_dbl/nearbyint.c b/lib/libm_dbl/nearbyint.c index 6e9b0c1f7..c3a0b88af 100644 --- a/lib/libm_dbl/nearbyint.c +++ b/lib/libm_dbl/nearbyint.c @@ -1,4 +1,3 @@ -//#include <fenv.h> #include <math.h> /* nearbyint is the same as rint, but it must not raise the inexact exception */ |
