FLT_MIN_EXP Constant

float.h

#define FLT_MIN_EXP (-999)

The minimal exponent of a floating point value expressed in base FLT_RADIX; smaller exponents are principally possible (up to -16383), but not supported in all math functions.