From 661f59838235815b5073a0ef95f410003639519e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:14:04 -0400 Subject: rename non-compiled files to *.h --- src/float/DBL_MIN_EXP.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/float/DBL_MIN_EXP.c (limited to 'src/float/DBL_MIN_EXP.c') diff --git a/src/float/DBL_MIN_EXP.c b/src/float/DBL_MIN_EXP.c deleted file mode 100644 index cc5dd645..00000000 --- a/src/float/DBL_MIN_EXP.c +++ /dev/null @@ -1,12 +0,0 @@ -#include -#define DBL_MIN_EXP (-1021) - -/** double minimum exponent **/ - -/*** -is the smallest negative integer for which -POW(IDENTIFIER(FLT_RADIX), THIS() - 1) is a normalized TYPE(double). -***/ -/* -STDC(1) -*/ -- cgit v1.2.1