docs: add 'd' formating in rules

This commit is contained in:
Bartłomiej Zimoń
2020-03-08 22:07:30 +00:00
committed by GitHub
parent d270bad6b9
commit 08dc1d9bdf
+1
View File
@@ -377,6 +377,7 @@ Floating point transformations:
* ``Dx.y``: Minimal 'x' digits zero filled & 'y' decimal fixed digits. E.g. ``[bme#T#D2.1]``
* ``Dx``: Minimal 'x' digits zero filled in front of the decimal point, no decimal digits. Same as ``Dx.0``
* ``D.y``: Same as ``D0.y``
* ``d``: Same as ``D`` but spaces insted zeros
* ``F``: Floor (round down)
* ``E``: cEiling (round up)