aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 084145f8..799c172f 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -27512,7 +27512,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.