diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-05-14 23:14:53 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-05-14 23:14:53 +0000 |
commit | 6cc9ba1510baa89ceb8a9590f03c916c9142ade2 (patch) | |
tree | 33b5ba4f0381fa20af60ac65b0893091629417c8 /TODO | |
parent | 83784892382dd29b29e52b5ebce660962edafcb1 (diff) | |
download | mpfr-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-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |