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

Guido van Rossum python-dev@python.org
Thu, 11 May 2000 14:19:43 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory eric:/projects/python/develop/guido/src/Doc/lib

Modified Files:
	libmath.tex 
Log Message:
Added math.rint() -- round according to current IEEE754 mode

Index: libmath.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libmath.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** libmath.tex	2000/04/03 20:13:53	1.18
--- libmath.tex	2000/05/11 18:19:40	1.19
***************
*** 94,97 ****
--- 94,101 ----
  \end{funcdesc}
  
+ \begin{funcdesc}{rint}{x, y}
+ Return the integer nearest to \var{x} as a real.
+ \end{funcdesc}
+ 
  \begin{funcdesc}{sin}{x}
  Return the sine of \var{x}.