DBL_DIG Macro

Number of decimal digits of precision in a double precision floating-point value.

Include

<float.h>

Value

The value 6.

Remarks

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