Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7bc5071

Browse files
committed
Fix the attributions for the new floating point text.
1 parent 8c27d99 commit 7bc5071

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/tut/tut.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4087,7 +4087,7 @@ \section{Commentary \label{commentary}}
40874087
40884088
\chapter{Floating Point Arithmetic: Issues and Limitations
40894089
\label{fp-issues}}
4090-
\sectionauthor{Tim Peters}{tim_one@msn.com}
4090+
\sectionauthor{Tim Peters}{tim.one@home.com}
40914091
40924092
Floating-point numbers are represented in computer hardware as
40934093
base 2 (binary) fractions. For example, the decimal fraction
@@ -4253,7 +4253,6 @@ \chapter{Floating Point Arithmetic: Issues and Limitations
42534253

42544254
\section{Representation Error
42554255
\label{fp-error}}
4256-
\sectionauthor{Guido van Rossum}{[email protected]}
42574256

42584257
This section explains the ``0.1'' example in detail, and shows how
42594258
you can perform an exact analysis of cases like this yourself. Basic

0 commit comments

Comments
 (0)