summaryrefslogtreecommitdiff
path: root/tests/reuse.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-12-05 16:26:56 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-12-05 16:26:56 +0000
commitee077baddac73df85113a4185ed4d0902d922f8d (patch)
tree3faab747f1d0c5ba59a0b0c7ee5d295c3d2ce853 /tests/reuse.c
parente482720ecf40644e6613b6d5538d484feb06e883 (diff)
downloadmpfr-ee077baddac73df85113a4185ed4d0902d922f8d.tar.gz
added acos
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1620 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/reuse.c')
-rw-r--r--tests/reuse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/reuse.c b/tests/reuse.c
index ca32b810d..89b29c010 100644
--- a/tests/reuse.c
+++ b/tests/reuse.c
@@ -620,6 +620,7 @@ main (void)
testfunc = (void*) mpfr_ui_sub; testui2 ("mpfr_ui_sub", 53, GMP_RNDN);
testfunc = mpfr_trunc; test2 ("mpfr_trunc", 53, GMP_RNDN);
testfunc = (void*) mpfr_asin; test2 ("mpfr_asin", 53, GMP_RNDN);
+ testfunc = (void*) mpfr_acos; test2 ("mpfr_acos", 53, GMP_RNDN);
testfunc = (void*) mpfr_atan; test2 ("mpfr_atan", 53, GMP_RNDN);
testfunc = (void*) mpfr_sinh; test2 ("mpfr_sinh", 53, GMP_RNDN);
testfunc = (void*) mpfr_cosh; test2 ("mpfr_cosh", 53, GMP_RNDN);