summaryrefslogtreecommitdiff
path: root/src/float/FLT_MIN_EXP.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/float/FLT_MIN_EXP.c')
-rw-r--r--src/float/FLT_MIN_EXP.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/float/FLT_MIN_EXP.c b/src/float/FLT_MIN_EXP.c
deleted file mode 100644
index 682c8d4f..00000000
--- a/src/float/FLT_MIN_EXP.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <float.h>
-#define FLT_MIN_EXP (-125)
-
-/** float minimum exponent **/
-
-/***
-is the smallest negative integer for which
-POW(IDENTIFIER(FLT_RADIX), THIS() - 1) is a normalized TYPE(float).
-***/
-/*
-STDC(1)
-*/