summaryrefslogtreecommitdiff
path: root/tests/tcosh.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-06-28 18:09:14 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-06-28 18:09:14 +0000
commit76632556f4edb97debd074ebb7888f6462888b4b (patch)
treed43a3001ae4ab5367484fb5da82d10bf5aa8c925 /tests/tcosh.c
parent6fa833b1c42d9e1479c63b58885325fad9fa1624 (diff)
downloadmpc-76632556f4edb97debd074ebb7888f6462888b4b.tar.gz
back to the default MPFR exponent range
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@799 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tcosh.c')
-rw-r--r--tests/tcosh.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tcosh.c b/tests/tcosh.c
index 0a70866..84fa812 100644
--- a/tests/tcosh.c
+++ b/tests/tcosh.c
@@ -135,8 +135,6 @@ main (void)
test_start ();
- mpfr_set_emin (mpfr_get_emin_min ());
- mpfr_set_emax (mpfr_get_emax_max ());
data_check (f, "cosh.dat");
tgeneric (f, 2, 512, 7, 7);