diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-04 05:44:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-04 05:44:17 +0200 |
commit | 37d3d2edae34135df761aa2ec51070213a54b72a (patch) | |
tree | 9bd1625ab1d147a9d564b692a4812aa46cc9ca28 /doc/gawk.texi | |
parent | 1b3a07d7bb6a7ffc56a1b97f4590b35819657008 (diff) | |
parent | 6ccce2801c820d2607c6feab4a55352991db378f (diff) | |
download | egawk-37d3d2edae34135df761aa2ec51070213a54b72a.tar.gz egawk-37d3d2edae34135df761aa2ec51070213a54b72a.tar.bz2 egawk-37d3d2edae34135df761aa2ec51070213a54b72a.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 06aacd3b..fab29487 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -4049,7 +4049,7 @@ care to search for all occurrences of each inappropriate construct. As @itemx @option{--bignum} @cindex @option{-M} option @cindex @option{--bignum} option -Force arbitrary-precision arithmetic on numbers. This option has no effect +Select arbitrary-precision arithmetic on numbers. This option has no effect if @command{gawk} is not compiled to use the GNU MPFR and MP libraries (@pxref{Arbitrary Precision Arithmetic}). @@ -30867,7 +30867,8 @@ one extra bit of significand. By default, @command{gawk} uses the double-precision floating-point values supplied by the hardware of the system it runs on. However, if it was -compiled to do so, @command{gawk} uses the @uref{http://www.mpfr.org, +compiled to do so, and the @option{-M} command-line option is supplied, +@command{gawk} uses the @uref{http://www.mpfr.org, GNU MPFR} and @uref{http://gmplib.org, GNU MP} (GMP) libraries for arbitrary-precision arithmetic on numbers. You can see if MPFR support is available like so: |