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/FLT_MIN.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/float/FLT_MIN.c (limited to 'src/float/FLT_MIN.c') 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 -#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) -*/ -- cgit v1.2.1