summaryrefslogtreecommitdiff
path: root/src/float/LDBL_EPSILON.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/float/LDBL_EPSILON.c')
-rw-r--r--src/float/LDBL_EPSILON.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/float/LDBL_EPSILON.c b/src/float/LDBL_EPSILON.c
deleted file mode 100644
index ebc089a4..00000000
--- a/src/float/LDBL_EPSILON.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <float.h>
-#define LDBL_EPSILON (2.220446E-16)
-
-/** long double epsilon **/
-
-/***
-is the difference between LITERAL(1) and the next smallest number
-representable as a TYPE(long double).
-***/
-
-/*
-VALUE_MIN(1e-9)
-*/
-/*
-STDC(1)
-*/