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