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 081706f commit 245ce7aCopy full SHA for 245ce7a
1 file changed
Doc/library/stdtypes.rst
@@ -2511,6 +2511,10 @@ The conversion types are:
2511
| | character in the result. | |
2512
+------------+-----------------------------------------------------+-------+
2513
2514
+For floating-point formats, the result should be correctly rounded to a given
2515
+precision ``p`` of digits after the decimal point. The rounding mode matches
2516
+that of the :func:`round` builtin.
2517
+
2518
Notes:
2519
2520
(1)
0 commit comments