diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-10-14 11:42:51 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2003-10-14 11:42:51 +0000 |
commit | 51aef80e83eaf2fc76dd6be59c0549e890dccd2b (patch) | |
tree | 38b6ca5c1d86278ea0521c16dd061f00014982f4 /TODO | |
parent | c2150931038d81781ab13cee112aeacd18e05eee (diff) | |
download | mpfr-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-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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: |