summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-10-13 14:12:46 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-10-13 14:12:46 +0000
commitce637ac19f2ead865a143b8197b98f94d8032900 (patch)
treea5d045a326bb01376078d25e18ad42c76a18ff2b /BUGS
parent135a4fa47ff811235f09f57ea3055fb58afbe182 (diff)
downloadmpfr-ce637ac19f2ead865a143b8197b98f94d8032900.tar.gz
Bug in mpfr_sin (and perhaps other functions): error analysis.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2038 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 33a920784..f0d9caff6 100644
--- a/BUGS
+++ b/BUGS
@@ -7,3 +7,5 @@ Known bugs:
* Possible integer overflows on some machines.
* mpfr_set_d may give wrong results on some architectures.
+
+* Error analysis in mpfr_sin is incorrect. Check the other functions too...