diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-11-16 06:16:30 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-11-16 06:16:30 +0200 |
commit | 961a62acfb893969e2c19917f31bedcdfa717e5a (patch) | |
tree | 22a667c8d07296d1cd1cf87690cf04c3f7316c3d /doc/gawk.texi | |
parent | eabd0e4c1a72da3d164d0c0a8c335d583c6f698d (diff) | |
download | egawk-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.texi | 6 |
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) |