![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Variables | |
| const auto | DIAGNOSTICS_DOUBLE_PRECISION = 8 |
| const auto | DIAGNOSTICS_FLOAT_PRECISION = 5 |
| const size_t | DIAGNOSTICS_ADDRESS_SUFFIX_LEN = 4 |
| show only this amount of trailing bytes from an address | |
| 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 | |
| template<typename F > | |
| constexpr size_t | PRECISION_COMPLETE = std::numeric_limits<F>::max_digits10 |
| decimal digits required to represent each different floating-point value completely | |
| const auto DIAGNOSTICS_DOUBLE_PRECISION = 8 |
Definition at line 65 of file format-obj.cpp.
| const auto DIAGNOSTICS_FLOAT_PRECISION = 5 |
Definition at line 66 of file format-obj.cpp.
| const size_t DIAGNOSTICS_ADDRESS_SUFFIX_LEN = 4 |
show only this amount of trailing bytes from an address
Definition at line 69 of file format-obj.cpp.
|
constexpr |
maximum decimal digits able to pass through a round trip without value change
Definition at line 74 of file format-obj.cpp.
|
constexpr |
decimal digits required to represent each different floating-point value completely
Definition at line 78 of file format-obj.cpp.