[Python-checkins] CVS: python/dist/src/Lib/test/output test_math,1.1,1.2

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


Update of /projects/cvsroot/python/dist/src/Lib/test/output
In directory eric:/projects/python/develop/guido/src/Lib/test/output

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

Index: test_math
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Lib/test/output/test_math,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_math	1996/12/10 23:19:51	1.1
--- test_math	2000/05/11 18:19:41	1.2
***************
*** 20,23 ****
--- 20,24 ----
  modf
  pow
+ rint
  sin
  sinh