You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The performance changes by being non-IEEE 754 compliant so that the value does not have to be decoded from bits, but is instead directly represented internal to the type.
15
15
As is often the case this trades space for time by having greater storage width requirements.
16
16
17
-
- Storage width - 128 bits
17
+
- Storage width - at least 168 bits (`uint128` + `std::uint_fast32_t` + `bool`)
18
18
- Precision - 34 decimal digits (not bits like binary)
0 commit comments