diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-09-09 09:02:16 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-09-09 09:02:16 +0000 |
commit | 9f0c89a304d54f7586f3bf2d7580889483bdfa4b (patch) | |
tree | cd31cea20c98619a247c801b1dd343d7282c34f9 /tests/tset_ld.c | |
parent | 2519306c5da40ad579f9c5685c48b31b21caf62c (diff) | |
download | mpfr-9f0c89a304d54f7586f3bf2d7580889483bdfa4b.tar.gz |
[src/get_ld.c] Replaced FIXME by an explanation of the current behavior.
[tests/tset_ld.c] Added a FIXME as a consequence.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10833 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tset_ld.c')
-rw-r--r-- | tests/tset_ld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tset_ld.c b/tests/tset_ld.c index 8374d9d0d..c94e8ceb5 100644 --- a/tests/tset_ld.c +++ b/tests/tset_ld.c @@ -58,6 +58,7 @@ Isnan_ld (long double d) /* Return the minimal number of bits to represent d exactly (0 for zero). If flag is non-zero, also print d. */ +/* FIXME: This function doesn't work if the rounding precision is reduced. */ static mpfr_prec_t print_binary (long double d, int flag) { |