This is a metafunction that should evaluate to mpl::true_ if the type T can be compared using a tolerance based method, typically for floating point types.
This metafunction can be specialized further to declare user types that are floating point (eg. boost.multiprecision).