summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-09-20 07:44:37 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-09-20 07:44:37 +0000
commitaa24c06dc2a4ba536a56df6380922d72b9975e1b (patch)
treee3069ec49eac751b0e21433a86c14a819d706ce5
parent6e2810c1b7fcf9f6d521056650febe6041e1c91a (diff)
downloadmpfr-aa24c06dc2a4ba536a56df6380922d72b9975e1b.tar.gz
added new preprint
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14584 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index cca35f0d1..342d57de5 100644
--- a/TODO
+++ b/TODO
@@ -376,6 +376,9 @@ Table of contents:
5. Efficiency
##############################################################################
+- Fredrik Johansson wrote a new preprint about computing the gamma function,
+ where he claims a speedup of 10 over MPFR at machine precision, and a
+ speedup of 1000 for a first call to gamma at 10000 digits
- Fredrik Johansson reports that mpfr_ai is slow for large arguments: an
asymptotic expansion should be used (once done, remove REDUCE_EMAX from
tests/tai.c and update the description in mpfr.texi).