summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-14 11:42:51 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-14 11:42:51 +0000
commit51aef80e83eaf2fc76dd6be59c0549e890dccd2b (patch)
tree38b6ca5c1d86278ea0521c16dd061f00014982f4 /TODO
parentc2150931038d81781ab13cee112aeacd18e05eee (diff)
downloadmpfr-51aef80e83eaf2fc76dd6be59c0549e890dccd2b.tar.gz
added new items (version number, rounding modes)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2491 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index 15d6728cb..18d96ef36 100644
--- a/TODO
+++ b/TODO
@@ -30,6 +30,9 @@ Documentation:
- mpfr_set_prec: add an explanation of how to speed up calculations
which increase their precision at each step.
+- add macros/variables to check the version of mpfr
+ (suggestion from Andreas Enge <enge@lix.polytechnique.fr>)
+
Installation:
- from Kevin Ryde <user42@zip.com.au>:
@@ -165,6 +168,14 @@ Miscellaneous:
- problem when reading a float followed by a character, for example 1.5*x
[from Fabrice.Rouillier@loria.fr, Mon, 04 Dec 2000]
+- add a new rounding mode: rounding away from 0. This can be easily
+ implemented as follows: round to zero, and if the result is inexact,
+ add one ulp to the mantissa.
+
+- add a new rounding mode: round to nearest, with ties away from zero
+ (will be in 754r)
+
+- check/define the sign of infinity for gamma(-integer)
Reentrancy / Thread-Safety: