summaryrefslogtreecommitdiff
path: root/tests/tsin.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-12-08 11:56:03 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-12-08 11:56:03 +0000
commit329cd375482926652790f14d3f4a5072c39c9c8b (patch)
treefec985c4303037bb10881fff5db0e06ff4111570 /tests/tsin.c
parent5feeaa795d6bc55eb904fcbcb9b50d19233ecef7 (diff)
downloadmpfr-329cd375482926652790f14d3f4a5072c39c9c8b.tar.gz
Updated a comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3970 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsin.c')
-rw-r--r--tests/tsin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsin.c b/tests/tsin.c
index e916e5e74..8e083b24d 100644
--- a/tests/tsin.c
+++ b/tests/tsin.c
@@ -244,7 +244,7 @@ main (int argc, char *argv[])
check53 ("1.00288304857059840103", "8.430252033025980029e-1", GMP_RNDZ);
check53 ("1.00591265847407274059", "8.446508805292128885e-1", GMP_RNDN);
- /* Bug introduced on 2005-01-29 in rev 3248 */
+ /* Other worst cases showing a bug introduced on 2005-01-29 in rev 3248 */
check53b ("1.0111001111010111010111111000010011010001110001111011e-21",
"1.0111001111010111010111111000010011010001101001110001e-21",
GMP_RNDU);