diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 821660c5..5684d7b7 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -23282,7 +23282,7 @@ File: gawk.info, Node: Checking for MPFR, Next: POSIX Floating Point Problems, ====================================== Occasionally, you might like to be able to check if 'gawk' was invoked -with the '-M' option, enabling aribtrary-precision arithmetic. You can +with the '-M' option, enabling arbitrary-precision arithmetic. You can do so with the following function, contributed by Andrew Schorr: # adequate_math_precision --- return true if we have enough bits |