summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-31 08:31:11 +0000
committerthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-31 08:31:11 +0000
commit7bdcc465e6c5c2432c391da265878e33a3773d15 (patch)
tree392cb0aff1bd68fead80962e3fd994d84c3aafc8 /BUGS
parent4452d56c95fc6c5878513b6e939f2e00cb035107 (diff)
downloadmpfr-7bdcc465e6c5c2432c391da265878e33a3773d15.tar.gz
hypot.c: Fix comment.
BUGS: Add known bug for mpfr_hypot. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5465 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 5417a82b1..742915ed4 100644
--- a/BUGS
+++ b/BUGS
@@ -37,6 +37,11 @@ Known bugs:
* Some functions do not use MPFR_SAVE_EXPO_* macros, thus do not behave
correctly in a reduced exponent range.
+* Function hypot gives incorrect result when on the one hand the difference
+ between parameters' exponents is near 2*MPFR_EMAX_MAX and on the other hand
+ the output precision or the precision of the parameter with greatest
+ absolute value is greater than 2*MPFR_EMAX_MAX-4.
+
Potential bugs:
* Possible incorrect results due to internal underflow, which can lead to