From Jason Turner

[tab:localization.numeric.conversions]

Diff to HTML by rtfpessoa

tmp/tmpqfxiggbt/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  **Table: Numeric conversions** <a id="tab:localization.numeric.conversions">[tab:localization.numeric.conversions]</a>
2
 
3
  | Type(s) | State | `stdio` equivalent |
4
- | --------------------- | ------------------- | ------------------ |
5
- | an integral type | `flags & showpos` | `+` |
6
- | | `flags & showbase` | `#` |
7
- | a floating-point type | `flags & showpos` | `+` |
8
- | | `flags & showpoint` | `#` |
9
 
 
1
  **Table: Numeric conversions** <a id="tab:localization.numeric.conversions">[tab:localization.numeric.conversions]</a>
2
 
3
  | Type(s) | State | `stdio` equivalent |
4
+ | --------------------- | ----------- | ------------------ |
5
+ | an integral type | `showpos` | `+` |
6
+ | | `showbase` | `#` |
7
+ | a floating-point type | `showpos` | `+` |
8
+ | | `showpoint` | `#` |
9