summaryrefslogtreecommitdiff
path: root/src/math/isnormal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/isnormal.c')
-rw-r--r--src/math/isnormal.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/math/isnormal.c b/src/math/isnormal.c
deleted file mode 100644
index 95e82b1b..00000000
--- a/src/math/isnormal.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <math.h>
-
-#define isnormal(__x) (fpclassify(__x) == FP_NORMAL)
-
-/*
-STDC(199901)
-LINK(m)
-*/