DBL_EPSILON Macro

The difference between 1.0 and the next larger representable double precision floating-point value.

Include

<float.h>

Value

The value 1.192093e-07.

Remarks

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