DBL_MIN Macro

Minimum double precision floating-point value.

Include

<float.h>

Value

The value 1.175494e-38.

Remarks

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