[Python-checkins] python/nondist/sandbox/decimal/tests randoms.decTest, 1.5, 1.6

facundobatista at users.sourceforge.net facundobatista at users.sourceforge.net
Sat Jun 19 21:53:11 EDT 2004


Update of /cvsroot/python/python/nondist/sandbox/decimal/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4706

Modified Files:
	randoms.decTest 
Log Message:
Fixed small bug in an exception name.

Index: randoms.decTest
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/decimal/tests/randoms.decTest,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** randoms.decTest	6 Feb 2004 16:56:03 -0000	1.5
--- randoms.decTest	20 Jun 2004 01:53:06 -0000	1.6
***************
*** 1,4029 ****
! ------------------------------------------------------------------------
! -- randoms.decTest -- decimal random testcases                        --
! -- Copyright (c) IBM Corporation, 1981, 2003.  All rights reserved.   --
! ------------------------------------------------------------------------
! -- Please see the document "General Decimal Arithmetic Testcases"     --
! -- at http://www2.hursley.ibm.com/decimal for the description of      --
! -- these testcases.                                                   --
! --                                                                    --
! -- These testcases are experimental ('beta' versions), and they       --
! -- may contain errors.  They are offered on an as-is basis.  In       --
[...8029 lines suppressed...]
! xmul498 multiply -7.27403536 -481469656E-835183700 -> 3.50222730E-835183691 Inexact Rounded
! xpow498 power -7.27403536 -5 -> -0.0000491046885 Inexact Rounded
! xrem498 remainder -7.27403536 -481469656E-835183700 -> NaN Division_impossible
! xsub498 subtract -7.27403536 -481469656E-835183700 -> -7.27403536 Inexact Rounded
! xadd499 add -6157.74292 -94075286.2E+92555877 -> -9.40752862E+92555884 Inexact Rounded
! xcom499 compare -6157.74292 -94075286.2E+92555877 -> 1
! xdiv499 divide -6157.74292 -94075286.2E+92555877 -> 6.54554790E-92555882 Inexact Rounded
! xdvi499 divideint -6157.74292 -94075286.2E+92555877 -> 0
! xmul499 multiply -6157.74292 -94075286.2E+92555877 -> 5.79291428E+92555888 Inexact Rounded
! xpow499 power -6157.74292 -9 -> -7.85608218E-35 Inexact Rounded
! xrem499 remainder -6157.74292 -94075286.2E+92555877 -> -6157.74292
! xsub499 subtract -6157.74292 -94075286.2E+92555877 -> 9.40752862E+92555884 Inexact Rounded
! xadd500 add -525445087.E+231529167 188227460 -> -5.25445087E+231529175 Inexact Rounded
! xcom500 compare -525445087.E+231529167 188227460 -> -1
! xdiv500 divide -525445087.E+231529167 188227460 -> -2.79154321E+231529167 Inexact Rounded
! xdvi500 divideint -525445087.E+231529167 188227460 -> NaN Division_impossible
! xmul500 multiply -525445087.E+231529167 188227460 -> -9.89031941E+231529183 Inexact Rounded
! xpow500 power -525445087.E+231529167 188227460 -> Infinity Overflow Inexact Rounded
! xrem500 remainder -525445087.E+231529167 188227460 -> NaN Division_impossible
! xsub500 subtract -525445087.E+231529167 188227460 -> -5.25445087E+231529175 Inexact Rounded




More information about the Python-checkins mailing list