[Python-checkins] CVS: python/dist/src/Doc/lib libmath.tex,1.20,1.20.2.1

Peter Schneider-Kamp python-dev@python.org
Wed, 9 Aug 2000 07:46:24 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv30664/Doc/lib

Modified Files:
      Tag: cnri-16-start
	libmath.tex 
Log Message:

removed all occurences of rint from 1.6 (felt responsible for this one)

QUESTION: Should I do the same for 2.0?



Index: libmath.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmath.tex,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -C2 -r1.20 -r1.20.2.1
*** libmath.tex	2000/05/11 18:42:27	1.20
--- libmath.tex	2000/08/09 14:46:21	1.20.2.1
***************
*** 94,102 ****
  \end{funcdesc}
  
- \begin{funcdesc}{rint}{x, y}
- Return the integer nearest to \var{x} as a real.
- (Only available on platforms where this is in the standard C math library.)
- \end{funcdesc}
- 
  \begin{funcdesc}{sin}{x}
  Return the sine of \var{x}.
--- 94,97 ----