summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-05-16 07:34:04 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-05-16 07:34:04 +0000
commit7e5eda881185a66f2bfafc3fa15067bb79620e83 (patch)
tree986ba71e2f4e3142adb2558849aadb48def8bb56
parent976a3361373cc9e6d2338348c4688f7e585216a8 (diff)
downloadmpfr-7e5eda881185a66f2bfafc3fa15067bb79620e83.tar.gz
asin, atan, atanh are not slow anymore for small input.
Remove it in the TODO. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3556 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 739340e25..881cfa662 100644
--- a/TODO
+++ b/TODO
@@ -148,9 +148,6 @@ Efficiency:
avoiding most cancellation problems.
4) Having sin or cos, compute the other via the sqrt. This will not cause
cancellation problems because the computed sin or cos is not near 1.
-- mpfr_asin/acos are too slow for small values (2^(-1021) for example)
- idem for sin/cos for prec=100, x=10^-1665 [Geoff]
-- idem for mpfr_atanh (2^(-1021) for example)
- combined mpfr_sinh_cosh() [Geoff Bailey, 20 Apr 2005]
- improve generic.c to work for number of terms <> 2^k
- rewrite mpfr_greater_p... as native code.