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