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