summaryrefslogtreecommitdiff
path: root/src/float/LDBL_MIN_10_EXP.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/float/LDBL_MIN_10_EXP.c')
-rw-r--r--src/float/LDBL_MIN_10_EXP.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/float/LDBL_MIN_10_EXP.c b/src/float/LDBL_MIN_10_EXP.c
deleted file mode 100644
index 6876716d..00000000
--- a/src/float/LDBL_MIN_10_EXP.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <float.h>
-#define LDBL_MIN_10_EXP (-37)
-
-/** long double minimum base-10 exponent **/
-
-/***
-is the smallest negative integer for which POW(10, THIS())
-is a normalized TYPE(long double).
-***/
-
-/*
-VALUE_MIN(-37)
-*/
-/*
-STDC(1)
-*/