From 8f23cebf5706d6bd7a495b636866ab562b113714 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Mon, 30 Mar 2020 19:09:55 +0000 Subject: [src/sub1.c] Typo in a comment. (merged changeset r13840 from the trunk, with conflict resolution) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@13841 280ebfd0-de03-0410-8827-d642c229c3f4 --- src/sub1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sub1.c b/src/sub1.c index 6ee6ad544..71cc92cd5 100644 --- a/src/sub1.c +++ b/src/sub1.c @@ -191,7 +191,7 @@ mpfr_sub1 (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode) } inexact = - MPFR_INT_SIGN (a); end_of_c_small: - /* The underflow case is possibly only with UBF. The overflow case + /* The underflow case is possible only with UBF. The overflow case is also possible with normal FP due to rounding. */ if (MPFR_UNLIKELY (exp_a > __gmpfr_emax)) return mpfr_overflow (a, rnd_mode, MPFR_SIGN (a)); -- cgit v1.2.1