mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Document decimal.MIN_ETINY.
This commit is contained in:
parent
1919b7e72b
commit
851a07e5c2
1 changed files with 12 additions and 9 deletions
|
@ -1387,15 +1387,18 @@ Constants
|
||||||
The constants in this section are only relevant for the C module. They
|
The constants in this section are only relevant for the C module. They
|
||||||
are also included in the pure Python version for compatibility.
|
are also included in the pure Python version for compatibility.
|
||||||
|
|
||||||
+--------------------+---------------------+------------------------------+
|
+---------------------+---------------------+-------------------------------+
|
||||||
| | 32-bit | 64-bit |
|
| | 32-bit | 64-bit |
|
||||||
+====================+=====================+==============================+
|
+=====================+=====================+===============================+
|
||||||
| .. data:: MAX_PREC | :const:`425000000` | :const:`999999999999999999` |
|
| .. data:: MAX_PREC | :const:`425000000` | :const:`999999999999999999` |
|
||||||
+--------------------+---------------------+------------------------------+
|
+---------------------+---------------------+-------------------------------+
|
||||||
| .. data:: MAX_EMAX | :const:`425000000` | :const:`999999999999999999` |
|
| .. data:: MAX_EMAX | :const:`425000000` | :const:`999999999999999999` |
|
||||||
+--------------------+---------------------+------------------------------+
|
+---------------------+---------------------+-------------------------------+
|
||||||
| .. data:: MIN_EMIN | :const:`-425000000` | :const:`-999999999999999999` |
|
| .. data:: MIN_EMIN | :const:`-425000000` | :const:`-999999999999999999` |
|
||||||
+--------------------+---------------------+------------------------------+
|
+---------------------+---------------------+-------------------------------+
|
||||||
|
| .. data:: MIN_ETINY | :const:`-849999999` | :const:`-1999999999999999997` |
|
||||||
|
+---------------------+---------------------+-------------------------------+
|
||||||
|
|
||||||
|
|
||||||
.. data:: HAVE_THREADS
|
.. data:: HAVE_THREADS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue