summaryrefslogtreecommitdiff
path: root/hypot.c
diff options
context:
space:
mode:
Diffstat (limited to 'hypot.c')
-rw-r--r--hypot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypot.c b/hypot.c
index 716f2c448..93a3ef937 100644
--- a/hypot.c
+++ b/hypot.c
@@ -62,7 +62,7 @@ mpfr_hypot (mpfr_ptr z, mpfr_srcptr x , mpfr_srcptr y , mp_rnd_t rnd_mode)
else if (MPFR_IS_ZERO(y))
return mpfr_abs (z, x, rnd_mode);
else
- MPFR_ASSERTN(1);
+ MPFR_ASSERTN(0);
}
MPFR_CLEAR_FLAGS(z);