From 3893f798f7382f88e71a1dc217cf8777fa8631f5 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Mon, 30 Mar 2015 15:05:38 +0000 Subject: [tests/tsum.c] Updated comment of the check4 test. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/new-sum@9357 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tsum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tsum.c b/tests/tsum.c index 29b6a9917..e6600ec97 100644 --- a/tests/tsum.c +++ b/tests/tsum.c @@ -558,7 +558,7 @@ check3 (void) mpfr_clears (sum1, sum2, s1, s2, s3, s4, (mpfr_ptr) 0); } -/* Try to check MPFR_RNDN, tmd=2, rbit=0, sst=0 or 1, negative with: +/* Check MPFR_RNDN, tmd=2, rbit=0, sst=0, negative (and other tests) with: * s * (q * 2^(n-1) - 2^k) + h + 2^(-1) * i + 2^(-1) * j, * with -1 <= h, i, j <= 1, 2 <= q <= 3, s = -1 or 1, prec n-k. */ -- cgit v1.2.1