summaryrefslogtreecommitdiff
path: root/src/float/DBL_MIN.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/float/DBL_MIN.c')
-rw-r--r--src/float/DBL_MIN.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/float/DBL_MIN.c b/src/float/DBL_MIN.c
new file mode 100644
index 00000000..7f3c9ce1
--- /dev/null
+++ b/src/float/DBL_MIN.c
@@ -0,0 +1,15 @@
+#include <float.h>
+#define DBL_MIN (2.225074E-308)
+
+/** double minimum positive number **/
+
+/***
+is the smallest normalized value of a TYPE(double).
+***/
+
+/*
+VALUE_MIN(1e-37)
+*/
+/*
+STDC(1)
+*/