diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-11 14:19:49 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-11 14:19:49 +0300 |
commit | b180c31b29e81879138bf953da8cc7ca14aa7ab7 (patch) | |
tree | b242df8db85a5ab697bce812bbe795d13a81856c /doc/gawk.texi | |
parent | b25b2ce75d1360bb1cf4e7f140afdb6ed0cc58f2 (diff) | |
parent | 409702f929f765cd7ac7b959633ec4c694e493de (diff) | |
download | egawk-b180c31b29e81879138bf953da8cc7ca14aa7ab7.tar.gz egawk-b180c31b29e81879138bf953da8cc7ca14aa7ab7.tar.bz2 egawk-b180c31b29e81879138bf953da8cc7ca14aa7ab7.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 35e2169a..1c09a5bc 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -10025,7 +10025,7 @@ with @code{CONVFMT} as the format specifier (@pxref{String Functions}). -@code{CONVFMT}'s default value is @code{"%.6g"}, which prints a value with +@code{CONVFMT}'s default value is @code{"%.6g"}, which creates a value with at most six significant digits. For some applications, you might want to change it to specify more precision. On most modern machines, @@ -28211,7 +28211,7 @@ This makes it clear that the full numeric value is different from what the default string representations show. @code{CONVFMT}'s default value is @code{"%.6g"}, which yields a value with -at least six significant digits. For some applications, you might want to +at most six significant digits. For some applications, you might want to change it to specify more precision. On most modern machines, most of the time, 17 digits is enough to capture a floating-point number's |