summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-09-20 07:45:20 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-09-20 07:45:20 +0000
commit9bbc9e810a8d3224dff9baa43fa34c4731c9a0a8 (patch)
tree28ad69af1c72a4b16af947307367d89001f4348c
parentaa24c06dc2a4ba536a56df6380922d72b9975e1b (diff)
downloadmpfr-9bbc9e810a8d3224dff9baa43fa34c4731c9a0a8.tar.gz
missing url
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14585 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 342d57de5..8684ab1dd 100644
--- a/TODO
+++ b/TODO
@@ -378,7 +378,8 @@ Table of contents:
- 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
+ speedup of 1000 for a first call to gamma at 10000 digits:
+ https://hal.inria.fr/hal-03346642
- 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).