Template Struct lowest_precision

Struct Documentation

template<class ...FLTS>
struct legion::core::math::lowest_precision

Public Types

using type = decltype(get_highest_epsilon(std::declval<FLTS>()...))