summaryrefslogtreecommitdiff
path: root/src/float/FLT_MIN_10_EXP.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/float/FLT_MIN_10_EXP.h')
-rw-r--r--src/float/FLT_MIN_10_EXP.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/float/FLT_MIN_10_EXP.h b/src/float/FLT_MIN_10_EXP.h
new file mode 100644
index 00000000..57f9eb95
--- /dev/null
+++ b/src/float/FLT_MIN_10_EXP.h
@@ -0,0 +1,16 @@
+#include <float.h>
+#define FLT_MIN_10_EXP (-37)
+
+/** float minimum base-10 exponent **/
+
+/***
+is the smallest negative integer for which POW(10, THIS())
+is a normalized TYPE(float).
+***/
+
+/*
+VALUE_MIN(-37)
+*/
+/*
+STDC(1)
+*/