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