diff options
author | thevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-09-21 08:29:01 +0000 |
---|---|---|
committer | thevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-09-21 08:29:01 +0000 |
commit | 31b0a730179051aa500c033e66eefc4afa423897 (patch) | |
tree | aa308073839a3138c6ef16f1c646120477d5c775 /tests/reuse.c | |
parent | bde1c553df55d1b2d85517663dad087947d5954f (diff) | |
download | mpfr-31b0a730179051aa500c033e66eefc4afa423897.tar.gz |
new mpfr_sinh_cosh function
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4864 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/reuse.c')
-rw-r--r-- | tests/reuse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/reuse.c b/tests/reuse.c index f6fe715a0..df6de4716 100644 --- a/tests/reuse.c +++ b/tests/reuse.c @@ -604,6 +604,7 @@ main (void) test3a (mpfr_modf, "mpfr_modf", p, rnd); test3a (mpfr_sin_cos, "mpfr_sin_cos", p, rnd); + test3a (mpfr_sinh_cosh, "mpfr_sinh_cosh", p, rnd); } tests_end_mpfr (); |