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, 0 insertions, 15 deletions
diff --git a/src/float/DBL_MIN.c b/src/float/DBL_MIN.c
deleted file mode 100644
index 7f3c9ce1..00000000
--- a/src/float/DBL_MIN.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#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)
-*/