summaryrefslogtreecommitdiff
path: root/src/strtofr.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-11-16 12:17:36 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-11-16 12:17:36 +0000
commit08612b5a91397bd57094be034abea8b689b9296f (patch)
treeb66e20a20387e3298613364d9086fd75dd49d98b /src/strtofr.c
parentc92e048db3dcf91aef5b79963939a7f9d39eb858 (diff)
downloadmpfr-08612b5a91397bd57094be034abea8b689b9296f.tar.gz
[src/strtofr.c] parsed_string_to_mpfr: updated a FIXME comment (again,
another issue). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13267 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/strtofr.c')
-rw-r--r--src/strtofr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strtofr.c b/src/strtofr.c
index c2eef505a..72d19232b 100644
--- a/src/strtofr.c
+++ b/src/strtofr.c
@@ -623,7 +623,9 @@ parsed_string_to_mpfr (mpfr_t x, struct parsed_string *pstr, mpfr_rnd_t rnd)
not make tstrtofr fail). The reason is that the rounding test
does no depend on the exponent and one always loops in this
case (except in case of overflow or underflow, but this is
- not tested). This is another issue to solve... */
+ not tested). This is another issue to solve...
+ Additionally, the lost bits are not taken into account
+ in the error analysis below! */
exp = GMP_NUMB_BITS - count;
}