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_EXP.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/float/FLT_MIN_EXP.h (limited to 'src/float/FLT_MIN_EXP.h') diff --git a/src/float/FLT_MIN_EXP.h b/src/float/FLT_MIN_EXP.h new file mode 100644 index 00000000..682c8d4f --- /dev/null +++ b/src/float/FLT_MIN_EXP.h @@ -0,0 +1,12 @@ +#include +#define FLT_MIN_EXP (-125) + +/** float minimum exponent **/ + +/*** +is the smallest negative integer for which +POW(IDENTIFIER(FLT_RADIX), THIS() - 1) is a normalized TYPE(float). +***/ +/* +STDC(1) +*/ -- cgit v1.2.1