diff options
Diffstat (limited to 'src/float/DBL_MIN_EXP.c')
| -rw-r--r-- | src/float/DBL_MIN_EXP.c | 12 |
1 files changed, 0 insertions, 12 deletions
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 <float.h> -#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) -*/ |
