diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-06 08:26:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-06 08:26:50 +0300 |
commit | d023deef35a7d99c9d997c5f2592e6d05cd775d3 (patch) | |
tree | c5b0ed6b3189504fdc340b865de3ac40faffb2e2 /doc/gawk.texi | |
parent | 97c642c3f2f44e0aaf1c5c945795c0728be4f735 (diff) | |
parent | d5e40fc211797a272d26ce416a6d1197757cd5fd (diff) | |
download | egawk-d023deef35a7d99c9d997c5f2592e6d05cd775d3.tar.gz egawk-d023deef35a7d99c9d997c5f2592e6d05cd775d3.tar.bz2 egawk-d023deef35a7d99c9d997c5f2592e6d05cd775d3.zip |
Merge branch 'master' into feature/api-mpfr
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 92cda7ea..d398c41b 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -32143,7 +32143,7 @@ word sizes. See @cindex MPFR, checking availability of @cindex checking for MPFR Occasionally, you might like to be able to check if @command{gawk} -was invoked with the @option{-M} option, enabling aribtrary-precision +was invoked with the @option{-M} option, enabling arbitrary-precision arithmetic. You can do so with the following function, contributed by Andrew Schorr: |