|
@ -282,8 +282,8 @@ import re |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
#### Float presentation types: |
|
|
#### Float presentation types: |
|
|
|
|
|
* `'f'` - Fixed point: `.<precision>f` |
|
|
* `'e'` - Exponent |
|
|
* `'e'` - Exponent |
|
|
* `'f'` - Fixed point: .<precision>f |
|
|
|
|
|
|
|
|
|
|
|
#### Integer presentation types: |
|
|
#### Integer presentation types: |
|
|
* `'b'` - Binary |
|
|
* `'b'` - Binary |
|
|