DBL_MAX_EXP Macro

Maximum integer value for a double precision floating-point exponent in base FLT_RADIX.

Include

<float.h>

Value

The value 128.

Remarks

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