summaryrefslogtreecommitdiff
path: root/src/float/FLT_MAX_10_EXP.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/float/FLT_MAX_10_EXP.h')
-rw-r--r--src/float/FLT_MAX_10_EXP.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/float/FLT_MAX_10_EXP.h b/src/float/FLT_MAX_10_EXP.h
new file mode 100644
index 00000000..2b64a7e7
--- /dev/null
+++ b/src/float/FLT_MAX_10_EXP.h
@@ -0,0 +1,15 @@
+#include <float.h>
+#define FLT_MAX_10_EXP (38)
+
+/** float maximum base-10 exponent **/
+
+/***
+is the largest integer for which POW(10, THIS()) is a finite TYPE(float).
+***/
+
+/*
+VALUE_MIN(37)
+*/
+/*
+STDC(1)
+*/