mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 05:57:46 +00:00
Update src/uu/printf/printf.md
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
parent
11f3976e35
commit
cbc0ff6771
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ higher, you can expect variation in output between GNU coreutils printf and this
|
||||||
7 significant digits by default
|
7 significant digits by default
|
||||||
`%E` means use to use uppercase E for the mantissa.
|
`%E` means use to use uppercase E for the mantissa.
|
||||||
|
|
||||||
* `%g or %G`: floating point value presented in the shortest of decimal and scientific notation
|
* `%g` or `%G`: floating point value presented in the shortest of decimal and scientific notation
|
||||||
behaves differently from `%f` and `%E`, please see posix printf spec for full details,
|
behaves differently from `%f` and `%E`, please see posix printf spec for full details,
|
||||||
some examples of different behavior:
|
some examples of different behavior:
|
||||||
Sci Note has 6 significant digits by default
|
Sci Note has 6 significant digits by default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue