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