diff options
author | Kevin Ryde <user42@zip.com.au> | 2003-01-03 01:07:42 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2003-01-03 01:07:42 +0100 |
commit | 67119c6ac0a54e762dbfd855a808c8de8c8b2f9d (patch) | |
tree | 992a5d93e830607ebd5220704efb887c86411f08 /mpfr/tests/ttanh.c | |
parent | 67bc637ee70b73d8b1fa788003a28af59adb8663 (diff) | |
download | gmp-67119c6ac0a54e762dbfd855a808c8de8c8b2f9d.tar.gz |
* mpfr/*: Update to mpfr cvs 2003-01-03.
Diffstat (limited to 'mpfr/tests/ttanh.c')
-rw-r--r-- | mpfr/tests/ttanh.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mpfr/tests/ttanh.c b/mpfr/tests/ttanh.c index 8c947c4f7..5d3bd173c 100644 --- a/mpfr/tests/ttanh.c +++ b/mpfr/tests/ttanh.c @@ -1,6 +1,6 @@ /* Test file for mpfr_tanh. -Copyright 2001 Free Software Foundation. +Copyright 2001, 2002 Free Software Foundation. Adapted from tarctan.c. This file is part of the MPFR Library. @@ -32,7 +32,10 @@ MA 02111-1307, USA. */ int main (int argc, char *argv[]) { + tests_start_mpfr (); + test_generic (2, 100, 100); + tests_end_mpfr (); return 0; } |