aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-04-27 22:45:09 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-04-27 22:45:09 +0300
commit7a60bda0777c6779429c40a1865acfdba6fa5d3e (patch)
treebb1670b40d11edb48c0f894114ae81112c923710 /doc/gawk.texi
parenteff09e28536a4ebd4b178bd71a00b258c316e1bf (diff)
downloadegawk-7a60bda0777c6779429c40a1865acfdba6fa5d3e.tar.gz
egawk-7a60bda0777c6779429c40a1865acfdba6fa5d3e.tar.bz2
egawk-7a60bda0777c6779429c40a1865acfdba6fa5d3e.zip
Add a reference to a book on Computer Math.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 7c53fc14..fcd07a07 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -28363,7 +28363,12 @@ around on your screen.
Numerical programming is an extensive area; if you need to develop
sophisticated numerical algorithms then @command{gawk} may not be
the ideal tool, and this documentation may not be sufficient.
-It might require digesting a book or two to really internalize how to compute
+It might require digesting a book or two@footnote{One recommended title is
+@cite{Numerical Computing with IEEE Floating Point Arithmetic}, Michael L.@:
+Overton, Society for Industrial and Applied Mathematics, 2004.
+ISBN: 0-89871-482-6, ISBN-13: 978-0-89871-482-1. See
+@uref{http://www.cs.nyu.edu/cs/faculty/overton/book}.}
+to really internalize how to compute
with ideal accuracy and precision,
and the result often depends on the particular application.