1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

Update src/uu/printf/printf.md

Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
This commit is contained in:
Masahito Osako 2023-04-06 00:22:26 +09:00 committed by GitHub
parent ade823c163
commit a838c31978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ higher, you can expect variation in output between GNU coreutils printf and this
default. There is not past-double behavior parity with Coreutils printf, values are not
estimated or adjusted beyond input values.
* `%e or %E`: floating point value presented in scientific notation
* `%e` or `%E`: floating point value presented in scientific notation
7 significant digits by default
`%E` means use to use uppercase E for the mantissa.