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 3b5c4a2 commit 17a9c26Copy full SHA for 17a9c26
1 file changed
Doc/library/stdtypes.rst
@@ -3012,6 +3012,10 @@ The conversion types are:
3012
| | character in the result. | |
3013
+------------+-----------------------------------------------------+-------+
3014
3015
+For floating-point formats, the result should be correctly rounded to a given
3016
+precision ``p`` of digits after the decimal point. The rounding mode matches
3017
+that of the :func:`round` builtin.
3018
+
3019
Notes:
3020
3021
(1)
0 commit comments