layout: page exclude: true title: C —
DBL_EPSILON
is the smallest number possible such as that 1 + DBL_EPSILON != 1
so that you don’t lose precision when expanding double
numbers.
DBL_MAX
is the largest number that can be represented by a double.