summaryrefslogtreecommitdiff
path: root/sinh_cosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sinh_cosh.c')
-rw-r--r--sinh_cosh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sinh_cosh.c b/sinh_cosh.c
index eb842cbce..886441fdf 100644
--- a/sinh_cosh.c
+++ b/sinh_cosh.c
@@ -29,7 +29,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
Adapted from mpfr_sinh.c */
int
-mpfr_sinh_cosh (mpfr_ptr sh, mpfr_ptr ch, mpfr_srcptr xt, mp_rnd_t rnd_mode)
+mpfr_sinh_cosh (mpfr_ptr sh, mpfr_ptr ch, mpfr_srcptr xt, mpfr_rnd_t rnd_mode)
{
mpfr_t x;
int inexact, inexact_sh, inexact_ch;