Inviwo  0.9.10.1
Inviwo documentation
inviwo::util::detail::almostEqual< T > Struct Template Reference

Static Public Member Functions

template<typename U = T, typename std::enable_if< std::is_floating_point< U >::value, int >::type = 0>
static bool value (const T &x, const T &y, int ulp)
 
template<typename U = T, typename std::enable_if<!std::is_floating_point< U >::value, int >::type = 0>
static bool value (const T &x, const T &y, int)
 

The documentation for this struct was generated from the following file: