summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-01 15:06:25 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-01 15:06:25 +0000
commitb8e75892c38435c76aadc66aceaac8a17a19b72f (patch)
treefbf15a6c2928fccf74f695a7514959f407216ea2 /TODO
parent6937af5229b3b091e109b8c7cb7b31aba3da1177 (diff)
downloadmpfr-b8e75892c38435c76aadc66aceaac8a17a19b72f.tar.gz
Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi,
mpfr_const_log2 and mpfr_zeta now return a ternary value. Updated TODO file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2463 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 4 insertions, 8 deletions
diff --git a/TODO b/TODO
index 6aa2c01ae..3b14380ec 100644
--- a/TODO
+++ b/TODO
@@ -25,12 +25,10 @@ Documentation:
- add a description of the algorithms used + proof of correctness
-- support for accented characters when converting the texi file to
- the dvi file
-
- web page: add a html version of the documentation
-- mpfr_set_prec: add an explanation of how to speed up calculations which increase their precision at each step.
+- mpfr_set_prec: add an explanation of how to speed up calculations
+ which increase their precision at each step.
Installation:
@@ -98,10 +96,8 @@ New functions to implement:
(http://www.cs.berkeley.edu/~demmel/AccurateSummation.ps)
- mpfr_root to compute x^(1/n) for n integer [suggested by Damien Fisher,
damien@maths.usyd.edu.au, 20 Jul 2003]
-
-Rounding:
-
-- mpfr_pow isn't completely specified (concerning signed zeros).
+- a function to free the cache used by constants (and possibly other
+ functions).
Efficiency: