The DBL_EPSILON/std::numeric_limits::epsilon will give me the smallest value that will make a difference when adding with one.
I'm having trouble understanding how to apply this knowledge into something useful.
The epsilon is much larger than the smallest value the computer can handle, so It would seem like a correct assumption that its safe to use smaller values than epsilon?
Should the ratio between the values I'm working with be smaller than 1/epsilon ?