summaryrefslogtreecommitdiff
path: root/tests/tui_div.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tui_div.c')
-rw-r--r--tests/tui_div.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/tui_div.c b/tests/tui_div.c
index 38ca4514e..42a3ecb1c 100644
--- a/tests/tui_div.c
+++ b/tests/tui_div.c
@@ -167,15 +167,15 @@ main (int argc, char *argv[])
check_nan ();
check_inexact ();
check(948002822, "1.22191250737771397120e+20", GMP_RNDN,
- "7.758352715731357946e-12");
+ "7.758352715731357946e-12");
check(1976245324, "1.25296395864546893357e+232", GMP_RNDZ,
- "1.5772563211925444801e-223");
+ "1.5772563211925444801e-223");
check(740454110, "2.11496253355831863313e+183", GMP_RNDZ,
- "3.5010270784996976041e-175");
+ "3.5010270784996976041e-175");
check(1690540942, "1.28278599852446657468e-276", GMP_RNDU,
- "1.3178666932321966062e285");
+ "1.3178666932321966062e285");
check(1476599377, "-2.14191393656148625995e+305", GMP_RNDD,
- "-6.8938315017943889615e-297");
+ "-6.8938315017943889615e-297");
tests_end_mpfr ();
return 0;