diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index f728b3fd..7c59d385 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -27958,7 +27958,7 @@ Here, @var{prec} denotes the binary precision (measured in bits) and @var{dps} (short for decimal places) is the decimal digits. We can easily calculate how many decimal digits the 53-bit significand of an IEEE double is equivalent to: -53 / 3.332 which is equal to about 15.95. +53 / 3.322 which is equal to about 15.95. But what does 15.95 digits actually mean? It depends whether you are concerned about how many digits you can rely on, or how many digits you need. |