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