diff options
Diffstat (limited to 'lib/libm/rint.c')
| -rw-r--r-- | lib/libm/rint.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/rint.c b/lib/libm/rint.c index f1159643..a1c64ea3 100644 --- a/lib/libm/rint.c +++ b/lib/libm/rint.c @@ -1,6 +1,6 @@ -#include <float.h> -#include <math.h> -#include <stdint.h> +#include <float.h> // for DBL_EPSILON, FLT_EVAL_METHOD +#include <math.h> // for double_t, rint +#include <stdint.h> // for uint64_t #if FLT_EVAL_METHOD == 0 || FLT_EVAL_METHOD == 1 #define EPS DBL_EPSILON |
