summaryrefslogtreecommitdiff
path: root/cbrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'cbrt.c')
-rw-r--r--cbrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbrt.c b/cbrt.c
index 8190e9282..c27f0ce33 100644
--- a/cbrt.c
+++ b/cbrt.c
@@ -46,7 +46,7 @@ mpfr_cbrt (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode)
{
mpz_t m;
mp_exp_t e, r, sh;
- mp_prec_t n, size_m, tmp;
+ mpfr_prec_t n, size_m, tmp;
int inexact, negative;
MPFR_SAVE_EXPO_DECL (expo);