aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-11-16 06:16:30 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-11-16 06:16:30 +0200
commit961a62acfb893969e2c19917f31bedcdfa717e5a (patch)
tree22a667c8d07296d1cd1cf87690cf04c3f7316c3d /doc/gawk.texi
parenteabd0e4c1a72da3d164d0c0a8c335d583c6f698d (diff)
downloadegawk-961a62acfb893969e2c19917f31bedcdfa717e5a.tar.gz
egawk-961a62acfb893969e2c19917f31bedcdfa717e5a.tar.bz2
egawk-961a62acfb893969e2c19917f31bedcdfa717e5a.zip
Add gawk.texi changes.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index c69d591d..a6db3bda 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -33935,6 +33935,12 @@ When such values are generated, @command{gawk} prints them as either
accepts those strings as data input and converts them to the proper
floating-point values internally.
+If you want to dive more deeply into this topic, you can find
+test programs in C, @command{awk} and Python in the directory
+@file{awklib/eg/test-programs} in the @command{gawk} distribution.
+These programs enable comparison among programming languages as to how
+they hanle NaN and infinity values.
+
@ignore
@c file eg/test-programs/gen-float-table.awk
function eq(left, right)