summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-01 13:57:39 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-01 13:57:39 +0000
commit6739bfbbc4e72c5f338f838e28a6c57691f7c805 (patch)
tree02a7e49dbc487f529fb88a97e463dc07d82fc039
parent0a625ed28947af58dbc7a0865fcfa09e9e0afb31 (diff)
downloadmpfr-6739bfbbc4e72c5f338f838e28a6c57691f7c805.tar.gz
added possible bug in mpfr_get_str
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@815 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/TODO b/TODO
index 669f03efa..ace35486e 100644
--- a/TODO
+++ b/TODO
@@ -6,8 +6,6 @@ Miscellaneous:
- implement a C++ wrapper [see with Torbjo"rn and/or Fabrice]
-- deal correctly with all special values (zero, infinities, NaN)
-
- for all instructions that call malloc/realloc/etc, handle error cases
(for example return an int indicating if an error occurred)
@@ -21,3 +19,10 @@ Miscellaneous:
- Ya un bug (feature ?) au debut de mpfr_cmp3 : dans le
cas b == 0 on ne prend pas en compte l'argument s. Comme quoi
ca sert de regarder le code droit dans les yeux des fois.
+
+From: Nathalie Revol <nrevol@ens-lyon.fr>
+Date: Thu, 23 Nov 2000 18:01:33 +0100 (MET)
+ - quand on lit la valeur -1.1 avec une precision 72 et un arrondi
+ au plus proche et qu'on l'affiche (avec le nb de chiffres a 0 dans
+ mpfr_get_str pour que les chiffres affiches soient corrects),
+ on obtient -0.110...08882E1 (15 "0"). Est-il bien utile d'afficher 8882 ?