diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2001-01-11 16:19:06 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2001-01-11 16:19:06 +0000 |
commit | 6661fef337a6acf2d58091dcb86c2e51999d478a (patch) | |
tree | 77ffd24f993ab1797534ddb76ef2d30613736649 /TODO | |
parent | 27460ef6d3d9c1b54e227d18af5d8d020b5fa42c (diff) | |
download | mpfr-6661fef337a6acf2d58091dcb86c2e51999d478a.tar.gz |
added two items from Kevin
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@962 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -17,6 +17,14 @@ Miscellaneous: (exists since K&R, but has not necessarily a greater precision than double) cf http://anubis.dkuug.dk/jtc1/sc22/wg14/www/docs/n869/ +- from Kevin Ryde <user42@zip.com.au>: + Also for pi.c, a pre-calculated compiled-in pi to a few thousand + digits would be good value I think. After all, say 10000 bits using + 1250 bytes would still be small compared to the code size! + +- from Kevin Ryde <user42@zip.com.au>: + Determine the exp2/exp3 thresholds using tune/tuneup.c. + - add a description of the algorithms used - add undef's in mpf2mpfr.h to avoid warnings |