From 7bdcc465e6c5c2432c391da265878e33a3773d15 Mon Sep 17 00:00:00 2001 From: thevenyp Date: Thu, 31 Jul 2008 08:31:11 +0000 Subject: 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 --- BUGS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'BUGS') 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 -- cgit v1.2.1