summaryrefslogtreecommitdiff
path: root/tests/tasinh.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-30 13:37:37 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-30 13:37:37 +0000
commit538b931a3b879b73798dcbe4fd9a979a95174cd4 (patch)
tree713fa59db50eadb7a0886a390baaebda16331f8a /tests/tasinh.c
parent2a906d4c9bbb339a55823e51fa92e2e78fdbb917 (diff)
downloadmpfr-538b931a3b879b73798dcbe4fd9a979a95174cd4.tar.gz
start tests with precision 2 instead of 1
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1606 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tasinh.c')
-rw-r--r--tests/tasinh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tasinh.c b/tests/tasinh.c
index 5dcca7776..8c74d12d6 100644
--- a/tests/tasinh.c
+++ b/tests/tasinh.c
@@ -41,7 +41,7 @@ main (int argc, char *argv[])
mpfr_set_str_raw (x, "0.111001101100000110011001010000101");
mpfr_asinh (y, x, GMP_RNDZ);
- test_generic (1, 100, 25);
+ test_generic (2, 100, 25);
mpfr_clear (x);
mpfr_clear (y);