summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-05-14 23:14:53 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-05-14 23:14:53 +0000
commit6cc9ba1510baa89ceb8a9590f03c916c9142ade2 (patch)
tree33b5ba4f0381fa20af60ac65b0893091629417c8 /TODO
parent83784892382dd29b29e52b5ebce660962edafcb1 (diff)
downloadmpfr-6cc9ba1510baa89ceb8a9590f03c916c9142ade2.tar.gz
Ternary flag for mpfr_agm.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1931 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 1838f0f23..8cbd5e39e 100644
--- a/TODO
+++ b/TODO
@@ -18,8 +18,8 @@ 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 binary flag for mpfr_agm: result is exact when u=v, or u=0, or v=0
- and ternary flag for directed rounding.
+- implement ternary flag for mpfr_agm: result is exact when u=v, or u=0,
+ or v=0.
New functions to implement: