summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-15 17:17:17 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-15 17:17:17 +0000
commitdd4d582ddc8b22e5f386022037f244173386d8e4 (patch)
tree2c353a83d1d21e0d88bffed8ca210fc7024d7665 /TODO
parent9d1e5b79bd6a9bb12992e99f7511bdbf2fbc6dda (diff)
downloadmpfr-dd4d582ddc8b22e5f386022037f244173386d8e4.tar.gz
removed items done
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2173 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index 77794d8ec..be8221e6a 100644
--- a/TODO
+++ b/TODO
@@ -60,8 +60,6 @@ Changes in existing functions:
and @NaN@ instead of the possibly ambiguous Inf and NaN in bases > 10.
Modify the other functions to make them consistent with this choice.
Possibly accept other strings, like those accepted by strtod.
-- implement ternary flag for mpfr_agm: result is exact when u=v, or u=0,
- or v=0.
New functions to implement:
@@ -122,10 +120,7 @@ Miscellaneous:
- problem when reading a float followed by a character, for example 1.5*x
[from Fabrice.Rouillier@loria.fr, Mon, 04 Dec 2000]
-- rewrite mpfr_set_str to use mpn_set_str.
- (Torbjorn Granlund <tege@swox.com>, 30 Jan 2002)
-
-- mpfr_pow isn't completely specified (concerning signed zeros).
+- use AC_CHECK_FUNCS for __setfpucw rather than grepping a header file.
- rename (and rewrite) mpfr_isinteger to mpfr_integer_p.
(Kevin Ryde, 05 Mar 2002)