Variable wt::f_t_assert_tolerance

Variable Documentation

template<FloatingPoint Fp>
static constexpr Fp wt::f_t_assert_tolerance = std::is_same_v<Fp, float> ? 1e-6 : 1e-9