Skip to content

Commit c6f0870

Browse files
committed
Fix size of decimal128_fast
1 parent 52ee293 commit c6f0870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/decimal/decimal128_fast.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ https://www.boost.org/LICENSE_1_0.txt
1414
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.
1515
As is often the case this trades space for time by having greater storage width requirements.
1616

17-
- Storage width - 128 bits
17+
- Storage width - at least 168 bits (`uint128` + `std::uint_fast32_t` + `bool`)
1818
- Precision - 34 decimal digits (not bits like binary)
1919
- Max exponent - 6145
2020
- Max Value - 9.99999...e6145

0 commit comments

Comments
 (0)