![]() |
DAW JSON Link
|
Variables | |
constexpr std::uint64_t | mantissa_128 [] |
constexpr std::uint64_t | mantissa_64 [] |
constexpr double | power_of_ten [] |
When mapping numbers from decimal to binary, we go from w * 10^q to m * 2^p but we have 10^q = 5^q * 2^q, so effectively we are trying to match w * 2^q * 5^q to m * 2^p. Thus the powers of two are not a concern since they can be represented exactly using the binary notation, only the powers of five affect the binary significand.
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |