diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-11-20 11:27:46 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-11-20 11:27:46 +0200 |
commit | ad369a6ab8af7f01953d157e9edb8c235b2159bb (patch) | |
tree | 14ee86f592115ec6b696d1e7335a307d346e020a /doc/gawk.texi | |
parent | c190cc7b72f9a0eea27b3455e011c2244d8d337a (diff) | |
download | egawk-ad369a6ab8af7f01953d157e9edb8c235b2159bb.tar.gz egawk-ad369a6ab8af7f01953d157e9edb8c235b2159bb.tar.bz2 egawk-ad369a6ab8af7f01953d157e9edb8c235b2159bb.zip |
Small doc fix.
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 7943365f..0886e460 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -33896,7 +33896,7 @@ converts them to the proper floating-point values internally. Infinity values of the same sign compare as equal to each other. Otherwise, operations (addition, subtraction, etc.) involving another -number and infinity produce infinity. +number and infinity produce mathematically reasonable results. The second kind of value is ``not a number'', or NaN for short.@footnote{Thanks to Michael Brennan for this description, which we |