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