From 896e28812c51b9ffdf3efc00c7d7ef699e380a58 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:00:51 -0400 Subject: formatting --- src/math/floor.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/math/floor.c') diff --git a/src/math/floor.c b/src/math/floor.c index 41350fe8..e2d2093a 100644 --- a/src/math/floor.c +++ b/src/math/floor.c @@ -1,9 +1,10 @@ # define TGSOURCE "floor.c" +#include #include #include "_tgmath.h" -#include "errno.h" /** round down to nearest integer **/ + TYPE TGFN(floor)(TYPE x) { switch (fpclassify(x)) { @@ -30,7 +31,5 @@ than ARGUMENT(x), returning it as the same floating-point type as ARGUMENT(x). /* IMPLEMENTATION(The value returned on a domain error, CONSTANT(HUGE_VAL)) LINK(m) -*/ -/* STDC(1) */ -- cgit v1.2.1