improved precision of math constants

Signed-off-by: Alexander V. Joura <ellfire@gmail.com>
This commit is contained in:
Alexander V. Joura 2022-08-01 13:18:14 +03:00
parent bcac2b4a90
commit 95c97cf420
No known key found for this signature in database
GPG Key ID: 0A54C128A9C89772
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ constexpr double TWO_N9 = 0.001953125; //!< 2^-9
constexpr double TWO_N10 = 0.0009765625; //!< 2^-10
constexpr double TWO_N11 = 4.882812500000000e-004; //!< 2^-11
constexpr double TWO_N14 = 0.00006103515625; //!< 2^-14
constexpr double TWO_N15 = 0.00003051757813; //!< 2^-15
constexpr double TWO_N16 = 0.0000152587890625; //!< 2^-16
constexpr double TWO_N15 = 3.051757812500000e-005; //!< 2^-15
constexpr double TWO_N16 = 1.525878906250000e-005; //!< 2^-16
constexpr double TWO_N17 = 7.629394531250000e-006; //!< 2^-17
constexpr double TWO_N18 = 3.814697265625000e-006; //!< 2^-18
constexpr double TWO_N19 = 1.907348632812500e-006; //!< 2^-19