summaryrefslogtreecommitdiff
path: root/asinh.c
diff options
context:
space:
mode:
Diffstat (limited to 'asinh.c')
-rw-r--r--asinh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asinh.c b/asinh.c
index 82d2888f1..e629ffdd6 100644
--- a/asinh.c
+++ b/asinh.c
@@ -27,7 +27,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
* asinh = ln(x + sqrt(x^2 + 1)) */
int
-mpfr_asinh (mpfr_ptr y, mpfr_srcptr x, mp_rnd_t rnd_mode)
+mpfr_asinh (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode)
{
int inexact;
int signx, neg;