From 36d3124b2f7cced3d57011ce875360d224e46700 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Fri, 5 Feb 2016 08:24:01 +0000 Subject: changed test_generic() calls to start from MPFR_PREC_MIN instead of 2; this revealed a special-case code in mpfr_exp which didn't work for prec=1 git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9955 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tsqrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tsqrt.c') diff --git a/tests/tsqrt.c b/tests/tsqrt.c index 34551cadb..fb8c46299 100644 --- a/tests/tsqrt.c +++ b/tests/tsqrt.c @@ -728,7 +728,7 @@ main (void) check4 ("72154663483843080704304789585920.0", MPFR_RNDA, "1.e2d9a51977e6e@13"); - test_generic (2, 300, 15); + test_generic (MPFR_PREC_MIN, 300, 15); data_check ("data/sqrt", mpfr_sqrt, "mpfr_sqrt"); bad_cases (mpfr_sqrt, mpfr_sqr, "mpfr_sqrt", 8, -256, 255, 4, 128, 800, 50); -- cgit v1.2.1