Merged revisions 75287 via svnmerge from

svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r75287 | mark.dickinson | 2009-10-08 17:30:38 +0100 (Thu, 08 Oct 2009) | 9 lines

  Merged revisions 75286 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r75286 | mark.dickinson | 2009-10-08 17:28:39 +0100 (Thu, 08 Oct 2009) | 2 lines

    Update decimal test data to the most recent set from Mike Cowlishaw.
  ........
................
This commit is contained in:
Mark Dickinson 2009-10-08 16:33:06 +00:00
parent 015fa03058
commit d08fb83777
143 changed files with 211 additions and 148 deletions

View file

@ -17,7 +17,7 @@
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
-- mfc@uk.ibm.com --
------------------------------------------------------------------------
version: 2.58
version: 2.59
extended: 1
precision: 9
@ -3812,6 +3812,16 @@ precision: 15
clamp: 1
sqtx9045 squareroot 1 -> 1.00000 Clamped
-- other
maxexponent: 999
minexponent: -999
precision: 16
sqtx9046 squareroot 10 -> 3.162277660168379 inexact rounded
sqtx9047 squareroot 10E-1 -> 1.0
sqtx9048 squareroot 10E-2 -> 0.3162277660168379 inexact rounded
sqtx9049 squareroot 10E-3 -> 0.10
-- High-precision exact and inexact
maxexponent: 999
minexponent: -999