tmp/tmpx999_b3c/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Table: Types of *floating-point-literal*{s}** <a id="lex.fcon.type">[lex.fcon.type]</a>
|
| 2 |
+
|
| 3 |
+
| *floating-point-suffix* | type |
|
| 4 |
+
| ----------------------- | --------------- |
|
| 5 |
+
| none | `double` |
|
| 6 |
+
| `f` or `F` | `float` |
|
| 7 |
+
| `l` or `L` | `long` `double` |
|
| 8 |
+
|