summaryrefslogtreecommitdiff
path: root/get_z_exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'get_z_exp.c')
-rw-r--r--get_z_exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_z_exp.c b/get_z_exp.c
index 7c1d8140e..c35de2a1d 100644
--- a/get_z_exp.c
+++ b/get_z_exp.c
@@ -65,7 +65,7 @@ mpfr_get_z_exp (mpz_ptr z, mpfr_srcptr f)
to return MPFR_EXP_MIN if it isn't, or perhaps MPFR_EXP_MAX
to signal an error. The mantissa would still be meaningful. */
MPFR_ASSERTD ((mp_exp_unsigned_t) MPFR_GET_EXP (f) - MPFR_EXP_MIN
- >= (mp_exp_unsigned_t) MPFR_PREC(f));
+ >= (mp_exp_unsigned_t) MPFR_PREC(f));
return MPFR_GET_EXP (f) - MPFR_PREC (f);
}