summaryrefslogtreecommitdiff
path: root/tanh.c
diff options
context:
space:
mode:
Diffstat (limited to 'tanh.c')
-rw-r--r--tanh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tanh.c b/tanh.c
index 124574c4c..b8681e0a1 100644
--- a/tanh.c
+++ b/tanh.c
@@ -24,7 +24,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-impl.h"
int
-mpfr_tanh (mpfr_ptr y, mpfr_srcptr xt , mp_rnd_t rnd_mode)
+mpfr_tanh (mpfr_ptr y, mpfr_srcptr xt , mpfr_rnd_t rnd_mode)
{
/****** Declaration ******/
mpfr_t x;