summaryrefslogtreecommitdiff
path: root/tests/tatan.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-09-30 15:11:35 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-09-30 15:11:35 +0000
commita4ae4972059da7895ff7d2a101c81916f6a4b162 (patch)
tree8b9a54f95ce65c1440ab60fce0528bd7ad0a1c0a /tests/tatan.c
parent8487efb38f23d99dc6c7a9b5ee849dc2c65f607c (diff)
downloadmpc-a4ae4972059da7895ff7d2a101c81916f6a4b162.tar.gz
[tgeneric.c] fixed typo
[tatan.c,tatanh.c] reduce the precision range to make the tests faster git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@689 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tatan.c')
-rw-r--r--tests/tatan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tatan.c b/tests/tatan.c
index 1f4714c..4169215 100644
--- a/tests/tatan.c
+++ b/tests/tatan.c
@@ -1,6 +1,6 @@
/* test file for mpc_atan.
-Copyright (C) 2009 Philippe Th\'eveny
+Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
This file is part of the MPC Library.
@@ -29,7 +29,7 @@ main (void)
test_start ();
data_check (f, "atan.dat");
- tgeneric (f, 2, 1024, 7, 128);
+ tgeneric (f, 2, 512, 5, 128);
test_end ();