mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Update the default floating-point format docs (#1270)
This commit is contained in:
parent
45dc3486fe
commit
5a4b24613b
@ -268,7 +268,10 @@ The available presentation types for floating-point values are:
|
|||||||
| | but the argument is multiplied by 100 and a percent sign |
|
| | but the argument is multiplied by 100 and a percent sign |
|
||||||
| | ``%`` is appended. |
|
| | ``%`` is appended. |
|
||||||
+---------+----------------------------------------------------------+
|
+---------+----------------------------------------------------------+
|
||||||
| none | The same as ``'g'``. |
|
| none | Similar to ``'g'``, except that fixed-point notation, |
|
||||||
|
| | when used, has at least one digit past the decimal |
|
||||||
|
| | point. The default precision is as high as needed to |
|
||||||
|
| | represent the particular value. |
|
||||||
+---------+----------------------------------------------------------+
|
+---------+----------------------------------------------------------+
|
||||||
|
|
||||||
.. ifconfig:: False
|
.. ifconfig:: False
|
||||||
|
Loading…
Reference in New Issue
Block a user