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.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/float/DBL_MIN.h (limited to 'src/float/DBL_MIN.h') diff --git a/src/float/DBL_MIN.h b/src/float/DBL_MIN.h new file mode 100644 index 00000000..7f3c9ce1 --- /dev/null +++ b/src/float/DBL_MIN.h @@ -0,0 +1,15 @@ +#include +#define DBL_MIN (2.225074E-308) + +/** double minimum positive number **/ + +/*** +is the smallest normalized value of a TYPE(double). +***/ + +/* +VALUE_MIN(1e-37) +*/ +/* +STDC(1) +*/ -- cgit v1.2.1