From a838c31978331012149b52d186d15e8bf1c1f159 Mon Sep 17 00:00:00 2001 From: Masahito Osako <43847020+m11o@users.noreply.github.com> Date: Thu, 6 Apr 2023 00:22:26 +0900 Subject: [PATCH] Update src/uu/printf/printf.md Co-authored-by: Sylvestre Ledru --- src/uu/printf/printf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/printf/printf.md b/src/uu/printf/printf.md index 8bff53edc..097eeb8ef 100644 --- a/src/uu/printf/printf.md +++ b/src/uu/printf/printf.md @@ -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.