summaryrefslogtreecommitdiff
path: root/src/lngamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lngamma.c')
-rw-r--r--src/lngamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lngamma.c b/src/lngamma.c
index 1fae27de7..7f059e161 100644
--- a/src/lngamma.c
+++ b/src/lngamma.c
@@ -76,7 +76,7 @@ mpfr_explgamma (mpfr_ptr y, mpfr_srcptr x, mpfr_save_expo_t *pexpo,
/* s1 = RNDD(lngamma(x)), inexact */
if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags1)))
{
- if (MPFR_SIGN (s1) > 0)
+ if (MPFR_IS_POS (s1))
{
MPFR_SAVE_EXPO_UPDATE_FLAGS (*pexpo, MPFR_FLAGS_OVERFLOW);
return mpfr_overflow (y, rnd, sign);