From 8cf28c5ebe7b02e769a3f3082fd390e6d8c11542 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 31 Jan 2013 22:55:29 +0000 Subject: Fix casinh spurious underflows away from [-i,i] (bug 15062). --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7c88a4f1a7..89e47ab0e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2013-01-31 Joseph Myers + + [BZ #15062] + * math/k_casinh.c (__kernel_casinh): Compute real and imaginary + parts of result separately when argument is not close to line from + -i to i and one part of argument is small. + * math/k_casinhf.c (__kernel_casinhf): Likewise. + * math/k_casinhl.c (__kernel_casinhl): Likewise. + * math/libm-test.inc (cacos_test): Add more tests. + (casin_test): Likewise. + (casinh_test): Likewise. + * sysdeps/i386/fpu/libm-test-ulps: Update. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + 2013-01-31 David S. Miller * po/de.po: Update from translation team. -- cgit 1.4.1