Added credits in the right places.

This commit is contained in:
Fred Drake 2001-06-08 16:28:53 +00:00
parent 417d667dd9
commit 8c27d99941
1 changed files with 2 additions and 0 deletions

View File

@ -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