summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-06-28 23:01:22 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-06-28 23:01:22 +0000
commit44d71438d3beaa67b0e6e42f572b908ed12ba43c (patch)
tree8e26bfc245fd94da91c26099a107699a9eb8bf34 /BUGS
parent9b3f5c842e871e3b024a49a50f2392db04999e3a (diff)
downloadmpfr-44d71438d3beaa67b0e6e42f572b908ed12ba43c.tar.gz
acos.c: disabled change from r3145 ("Optimize mpfr_acos by choosing
a better initial precision.") that was buggy. BUGS: removed mpfr_acos bug. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4583 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index 4bcb0a82a..4b57fed99 100644
--- a/BUGS
+++ b/BUGS
@@ -41,10 +41,6 @@ Known bugs:
* Some functions do not use MPFR_SAVE_EXPO_* macros, thus do not behave
correctly in a reduced exponent range.
-* The mpfr_acos function fails or is very inefficient (very slow and
- takes a lot of memory) on tiny arguments. The way the intermediate
- precision is neither documented nor proved and looks strange.
-
Potential bugs:
* Possible integer overflows on some machines.