summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-12 23:53:47 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-12 23:53:47 +0000
commitc52dc6343deeae819d04b69aabe9cd0b2f72806a (patch)
tree4fea0338fd9830ba95e51bbe84b59521c83a7300 /BUGS
parent316a69ae538d7385a213037afb43ee392ef90d1f (diff)
downloadmpfr-c52dc6343deeae819d04b69aabe9cd0b2f72806a.tar.gz
2 more known bugs.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1735 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 95ec4dc19..7b22fbc08 100644
--- a/BUGS
+++ b/BUGS
@@ -11,3 +11,8 @@ Knowns bugs:
ones) and a possible bug.
* TMP_ALLOC problems in agm.c and sqrt.c. (Kevin Ryde, 05 March 2002)
+
+* mpfr_log10 seems to go into an infininite loop on certain inputs, for
+ instance log10(10). (Kevin Ryde, 12 Mar 2002)
+
+* tan(3*pi/4) gives ~ +1 instead of ~ -1. (Kevin Ryde, 12 Mar 2002)