]> granicus.if.org Git - python/commitdiff
Document decimal.MIN_ETINY.
authorStefan Krah <skrah@bytereef.org>
Wed, 21 Mar 2012 17:47:20 +0000 (18:47 +0100)
committerStefan Krah <skrah@bytereef.org>
Wed, 21 Mar 2012 17:47:20 +0000 (18:47 +0100)
Doc/library/decimal.rst

index 4c5f3cddb46fa3de98f5c109be4306593aab9eea..1d987b8d1f57b74bf95026df3bdfb25e0f54617f 100644 (file)
@@ -1387,15 +1387,18 @@ Constants
 The constants in this section are only relevant for the C module. They
 are also included in the pure Python version for compatibility.
 
-+--------------------+---------------------+------------------------------+
-|                    |       32-bit        |            64-bit            |
-+====================+=====================+==============================+
-| .. data:: MAX_PREC | :const:`425000000`  | :const:`999999999999999999`  |
-+--------------------+---------------------+------------------------------+
-| .. data:: MAX_EMAX | :const:`425000000`  | :const:`999999999999999999`  |
-+--------------------+---------------------+------------------------------+
-| .. data:: MIN_EMIN | :const:`-425000000` | :const:`-999999999999999999` |
-+--------------------+---------------------+------------------------------+
++---------------------+---------------------+-------------------------------+
+|                     |       32-bit        |            64-bit             |
++=====================+=====================+===============================+
+| .. data:: MAX_PREC  | :const:`425000000`  | :const:`999999999999999999`   |
++---------------------+---------------------+-------------------------------+
+| .. data:: MAX_EMAX  | :const:`425000000`  | :const:`999999999999999999`   |
++---------------------+---------------------+-------------------------------+
+| .. data:: MIN_EMIN  | :const:`-425000000` | :const:`-999999999999999999`  |
++---------------------+---------------------+-------------------------------+
+| .. data:: MIN_ETINY | :const:`-849999999` | :const:`-1999999999999999997` |
++---------------------+---------------------+-------------------------------+
+
 
 .. data:: HAVE_THREADS