[Python-checkins] CVS: python/dist/src/Doc/tut tut.tex,1.133,1.134

Fred L. Drake fdrake@users.sourceforge.net
Wed, 25 Apr 2001 14:03:22 -0700


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory usw-pr-cvs1:/tmp/cvs-serv30922

Modified Files:
	tut.tex 
Log Message:

Correct two floating-point representations printed by the interpreter in
interactive examples.  Error noted by Dinu Gherman.


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.133
retrieving revision 1.134
diff -C2 -r1.133 -r1.134
*** tut.tex	2001/04/12 04:26:24	1.133
--- tut.tex	2001/04/25 21:03:20	1.134
***************
*** 428,432 ****
  \begin{verbatim}
  >>> 4 * 2.5 / 3.3
! 3.0303030303
  >>> 7.0 / 2
  3.5
--- 428,432 ----
  \begin{verbatim}
  >>> 4 * 2.5 / 3.3
! 3.0303030303030303
  >>> 7.0 / 2
  3.5
***************
*** 478,482 ****
  1.5
  >>> abs(a)
! 1.58113883008
  \end{verbatim}
  
--- 478,482 ----
  1.5
  >>> abs(a)
! 1.5811388300841898
  \end{verbatim}