summaryrefslogtreecommitdiffstats
path: root/Doc/tut
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-06-08 16:28:53 (GMT)
committerFred Drake <fdrake@acm.org>2001-06-08 16:28:53 (GMT)
commit8c27d9994103f56ce0ab7536bfbb930d117067fd (patch)
treece6fa22af4093e58dde950a1f3c55bd578b01448 /Doc/tut
parent417d667dd925c470c175d36e6ca8bff28dc1d36a (diff)
downloadcpython-8c27d9994103f56ce0ab7536bfbb930d117067fd.zip
cpython-8c27d9994103f56ce0ab7536bfbb930d117067fd.tar.gz
cpython-8c27d9994103f56ce0ab7536bfbb930d117067fd.tar.bz2
Added credits in the right places.
Diffstat (limited to 'Doc/tut')
-rw-r--r--Doc/tut/tut.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 2749a51..d64300e 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -4087,6 +4087,7 @@ be useful.
\chapter{Floating Point Arithmetic: Issues and Limitations
\label{fp-issues}}
+\sectionauthor{Tim Peters}{tim_one@msn.com}
Floating-point numbers are represented in computer hardware as
base 2 (binary) fractions. For example, the decimal fraction
@@ -4252,6 +4253,7 @@ supply flexible and easy ways to round float results for display.
\section{Representation Error
\label{fp-error}}
+\sectionauthor{Guido van Rossum}{guido@python.org}
This section explains the ``0.1'' example in detail, and shows how
you can perform an exact analysis of cases like this yourself. Basic