Lumiera  0.pre.03
»edit your freedom«
anonymous_namespace{format-obj.cpp} Namespace Reference

Variables

const size_t DIAGNOSTICS_ADDRESS_SUFFIX_LEN = 4
 show only this amount of trailing bytes from an address
 
const auto DIAGNOSTICS_DOUBLE_PRECISION = 8
 
const auto DIAGNOSTICS_FLOAT_PRECISION = 5
 
template<typename F >
constexpr size_t PRECISION_COMPLETE = std::numeric_limits<F>::max_digits10
 decimal digits require tod represent each different floating-point value
 
template<typename F >
constexpr size_t PRECISION_DECIMAL = std::numeric_limits<F>::digits10
 maximum decimal digits able to pass through a round trip without value change