summaryrefslogtreecommitdiff
path: root/tests/thypot.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-14 12:13:37 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-14 12:13:37 +0000
commitb666e8ed316c9843582161aaee40aa0605a53df3 (patch)
tree2f7b5be249c75c4d217c60ef58b5fafe277f98cb /tests/thypot.c
parentb87636c5e4fa91836dd2bca51e6c60b5b23524e6 (diff)
downloadmpfr-b666e8ed316c9843582161aaee40aa0605a53df3.tar.gz
now uses #include "tgeneric.c" everywhere
(and modified test_generic to check also the inexact flag) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2496 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/thypot.c')
-rw-r--r--tests/thypot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thypot.c b/tests/thypot.c
index 772a3ca21..15abd95e0 100644
--- a/tests/thypot.c
+++ b/tests/thypot.c
@@ -125,7 +125,7 @@ main (int argc, char *argv[])
{
printf ("results differ for x1=");
mpfr_out_str (stdout, 2, prec, x1, GMP_RNDN);
- printf ("\n et x2=");
+ printf ("\n and x2=");
mpfr_out_str (stdout, 2, prec, x2, GMP_RNDN);
printf (" \n prec=%u rnd_mode=%s\n", prec,
mpfr_print_rnd_mode (rnd));