c++ - Compare double to zero using epsilon - Stack Overflow
Today, I was looking through some C++ code (written by somebody else) and found this section: double someValue = ... if (someValue < std::numeric_limits::epsilon() && ... There are numbers that exist between 0 and epsilon because epsilon is the ......