]> granicus.if.org Git - python/commitdiff
Merged revisions 73451 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Tue, 16 Jun 2009 20:54:33 +0000 (20:54 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 16 Jun 2009 20:54:33 +0000 (20:54 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73451 | mark.dickinson | 2009-06-16 21:31:12 +0100 (Tue, 16 Jun 2009) | 1 line

  Acknowledge the role of the MPFR library in creating cmath_testcases.txt
........

Lib/test/cmath_testcases.txt

index 2fabebfc8cb5aeb6f7a6754753c13d4d30a2d1f0..e159380507d0a66a2d4d294d943d87d6b1ab95f4 100644 (file)
 -- ignored.  Blank lines, or lines containing only whitespace, are also
 -- ignored.
 
+-- The majority of the values below were computed with the help of
+-- version 2.3 of the MPFR library for multiple-precision
+-- floating-point computations with correct rounding.  All output
+-- values in this file are (modulo yet-to-be-discovered bugs)
+-- correctly rounded, provided that each input and output decimal
+-- floating-point value below is interpreted as a representation of
+-- the corresponding nearest IEEE 754 double-precision value.  See the
+-- MPFR homepage at http://www.mpfr.org for more information about the
+-- MPFR project.
+
 
 --------------------------
 -- acos: Inverse cosine --