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 14073c5 commit 706de4eCopy full SHA for 706de4e
Doc/library/decimal.rst
@@ -2164,8 +2164,8 @@ RAM and expect 10 simultaneous operands using a maximum of 500MB each::
2164
2165
>>> import sys
2166
>>>
2167
- >>> # Maximum number of digits for a single operand using 500MB in 8-byte words
2168
- >>> # with 19 digits per word (4-byte and 9 digits for the 32-bit build):
+ >>> # Maximum number of digits for a single operand using 500MB in 8 byte words
+ >>> # with 19 (9 for the 32-bit version) digits per word:
2169
>>> maxdigits = 19 * ((500 * 1024**2) // 8)
2170
2171
>>> # Check that this works:
0 commit comments