We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559e7f1 commit b76518dCopy full SHA for b76518d
Doc/library/decimal.rst
@@ -2155,8 +2155,8 @@ RAM and expect 10 simultaneous operands using a maximum of 500MB each::
2155
2156
>>> import sys
2157
>>>
2158
- >>> # Maximum number of digits for a single operand using 500MB in 8 byte words
2159
- >>> # with 19 (9 for the 32-bit version) digits per word:
+ >>> # Maximum number of digits for a single operand using 500MB in 8-byte words
+ >>> # with 19 digits per word (4-byte and 9 digits for the 32-bit build):
2160
>>> maxdigits = 19 * ((500 * 1024**2) // 8)
2161
2162
>>> # Check that this works:
0 commit comments