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 cfcd524 commit 154013aCopy full SHA for 154013a
Doc/library/string.rst
@@ -546,6 +546,11 @@ The available presentation types for :class:`float` and
546
| | :class:`float`, and shows all coefficient digits |
547
| | for :class:`~decimal.Decimal`. If ``p=0``, the decimal |
548
| | point is omitted unless the ``#`` option is used. |
549
+ | | |
550
+ | | The number of zeros padding to the exponent is |
551
+ | | determined by the implementation. When the coefficient |
552
+ | | is zero, the exponent value is also determined by the |
553
+ | | implementation. |
554
+---------+----------------------------------------------------------+
555
| ``'E'`` | Scientific notation. Same as ``'e'`` except it uses |
556
| | an upper case 'E' as the separator character. |
0 commit comments