summaryrefslogtreecommitdiff
path: root/src/float/LDBL_MIN_EXP.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/float/LDBL_MIN_EXP.h')
-rw-r--r--src/float/LDBL_MIN_EXP.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/float/LDBL_MIN_EXP.h b/src/float/LDBL_MIN_EXP.h
new file mode 100644
index 00000000..ea65763e
--- /dev/null
+++ b/src/float/LDBL_MIN_EXP.h
@@ -0,0 +1,12 @@
+#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)
+*/