tmp/tmpelmcv2n6/{from.md → to.md}
RENAMED
|
@@ -26,14 +26,13 @@ ios_base& hexfloat(ios_base& str);
|
|
| 26 |
*Effects:* Calls
|
| 27 |
`str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield)`.
|
| 28 |
|
| 29 |
*Returns:* `str`.
|
| 30 |
|
| 31 |
-
[*Note 1*:
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
`fixed` and `scientific`. — *end note*]
|
| 35 |
|
| 36 |
``` cpp
|
| 37 |
ios_base& defaultfloat(ios_base& str);
|
| 38 |
```
|
| 39 |
|
|
|
|
| 26 |
*Effects:* Calls
|
| 27 |
`str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield)`.
|
| 28 |
|
| 29 |
*Returns:* `str`.
|
| 30 |
|
| 31 |
+
[*Note 1*: `ios_base::hex` cannot be used to specify a hexadecimal
|
| 32 |
+
floating-point format, because it is not part of `ios_base::floatfield`
|
| 33 |
+
([[ios.fmtflags.const]]). — *end note*]
|
|
|
|
| 34 |
|
| 35 |
``` cpp
|
| 36 |
ios_base& defaultfloat(ios_base& str);
|
| 37 |
```
|
| 38 |
|