DBL_MIN_10_EXP Macro

Minimum negative integer value for a double precision floating-point exponent in base 10.

Include

<float.h>

Value

The value -37.

Remarks

When building for C99, the double type is the same size and format as the float type, and is a 32-bit representation.