aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-11-20 11:27:46 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-11-20 11:27:46 +0200
commitad369a6ab8af7f01953d157e9edb8c235b2159bb (patch)
tree14ee86f592115ec6b696d1e7335a307d346e020a /doc/gawk.texi
parentc190cc7b72f9a0eea27b3455e011c2244d8d337a (diff)
downloadegawk-ad369a6ab8af7f01953d157e9edb8c235b2159bb.tar.gz
egawk-ad369a6ab8af7f01953d157e9edb8c235b2159bb.tar.bz2
egawk-ad369a6ab8af7f01953d157e9edb8c235b2159bb.zip
Small doc fix.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
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