summaryrefslogtreecommitdiff
path: root/src/float/DBL_MAX.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/float/DBL_MAX.c')
-rw-r--r--src/float/DBL_MAX.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/float/DBL_MAX.c b/src/float/DBL_MAX.c
new file mode 100644
index 00000000..91d1e704
--- /dev/null
+++ b/src/float/DBL_MAX.c
@@ -0,0 +1,15 @@
+#include <float.h>
+#define DBL_MAX (1.797693E+308)
+
+/** double maximum value **/
+
+/***
+is the maximum representable finite TYPE(double) value.
+***/
+
+/*
+VALUE_MIN(1e+37)
+*/
+/*
+STDC(1)
+*/