Class template Dune::XT::Common::Epsilon

template<class T, bool is_integral = std::is_integral<T>::value>
class Dune::XT::Common::Epsilon

since std::numeric_limits ::epsilon() is 0 for integral types use this to get the minimum increment/difference for all basic types (or add specializations as necessary ofc)