about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-21 22:08:12 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-21 22:08:12 -0500
commite3a851a21bb69a4b18065dd859a724cfd984d8b3 (patch)
tree684234898c2ac6b0d426658503315e9e4855a9d5 /ChangeLog
parentb27e24b8746b20d9ded426f202b79c3b7aeb953e (diff)
downloadglibc-e3a851a21bb69a4b18065dd859a724cfd984d8b3.tar.gz
glibc-e3a851a21bb69a4b18065dd859a724cfd984d8b3.tar.xz
glibc-e3a851a21bb69a4b18065dd859a724cfd984d8b3.zip
Use Kahan's formula in cacosh
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ccc3ddab0..4d2b1fcc98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-12-21  Ulrich Drepper  <drepper@gmail.com>
+
+	* math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
+	to large cancellation.
+	* math/s_cacoshf.c: Likewise.
+	* math/s_cacoshl.c: Likewise.
+
 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
 
 	[BZ #13305]