summaryrefslogtreecommitdiff
path: root/tests/tfactorial.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tfactorial.c')
-rw-r--r--tests/tfactorial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tfactorial.c b/tests/tfactorial.c
index 9656f4643..b78bbca8c 100644
--- a/tests/tfactorial.c
+++ b/tests/tfactorial.c
@@ -84,7 +84,7 @@ main (int argc, char *argv[])
{
fprintf (stderr, "Wrong inexact flag: expected inexact\n");
printf ("n=%u prec=%u\n", n, prec);
- mpfr_print_raw(z); putchar('\n');
+ mpfr_print_binary(z); putchar('\n');
exit (1);
}
}
@@ -101,7 +101,7 @@ main (int argc, char *argv[])
mpfr_out_str (stdout, 2, prec, t, GMP_RNDN);
putchar ('\n');
printf (" approximation was ");
- mpfr_print_raw (y);
+ mpfr_print_binary (y);
putchar ('\n');
exit (1);
}