diff options
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 |