From c3e1636f891be0dd85d1a7743921d9f85826ebd5 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Wed, 21 Jan 2015 14:33:22 +0000 Subject: [tests/tfpif.c] Updated a mpfr_set_zero line for consistency and better readability. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9269 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tfpif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/tfpif.c b/tests/tfpif.c index 71032ec33..5e2019d1f 100644 --- a/tests/tfpif.c +++ b/tests/tfpif.c @@ -57,7 +57,7 @@ main (int argc, char *argv[]) mpfr_set_str1 (x[2], "45.2564215000000018562786863185465335845947265625"); mpfr_set_exp (x[2], -48000); mpfr_set_inf (x[3], -1); - mpfr_set_zero (x[4], 0); + mpfr_set_zero (x[4], 1); mpfr_set_nan (x[5]); mpfr_set_ui (x[6], 104348, MPFR_RNDN); mpfr_set_ui (x[7], 33215, MPFR_RNDN); -- cgit v1.2.1