We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61bf117 + 99aa5ae commit 2a9e9b7Copy full SHA for 2a9e9b7
Notes/02_Working_with_data/03_Formatting.md
@@ -49,7 +49,8 @@ b Binary integer
49
x Hexadecimal integer
50
f Float as [-]m.dddddd
51
e Float as [-]m.dddddde+-xx
52
-g Float, but selective use of E notation s String
+g Float, but selective use of E notation
53
+s String
54
c Character (from integer)
55
```
56
0 commit comments