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 bd0e986bc..cad4829b0 100644
--- a/tanh.c
+++ b/tanh.c
@@ -68,7 +68,7 @@ mpfr_tanh (mpfr_ptr y, mpfr_srcptr xt , mpfr_rnd_t rnd_mode)
{
/* Declaration of the intermediary variable */
mpfr_t t, te;
- mp_exp_t d;
+ mpfr_exp_t d;
/* Declaration of the size variable */
mpfr_prec_t Ny = MPFR_PREC(y); /* target precision */