about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-04-24 18:59:37 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-04-24 18:59:37 +0000
commit77f143fdb4770278f90e8f64d673b7e84d84a99f (patch)
tree61a1918bf2cbd20de21dda3a34c5353bbdf47ed9 /ChangeLog
parent2f38fbfe09e4856c571bf0c80844e5dac9bc77ec (diff)
downloadglibc-77f143fdb4770278f90e8f64d673b7e84d84a99f.tar.gz
glibc-77f143fdb4770278f90e8f64d673b7e84d84a99f.tar.xz
glibc-77f143fdb4770278f90e8f64d673b7e84d84a99f.zip
Use suffixed floating-point constants in float and long double catan/catanh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3404acd82..bd97c4cdb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/s_catanf.c (__catanf): Use suffixed floating-point
+	constants.
+	* math/s_catanhf.c (__catanhf): Likewise.
+	* math/s_catanhl.c (__catanhl): Likewise.
+	* math/s_catanl.c (__catanl): Likewise.
+
 	[BZ #15394]
 	* math/s_catan.c (__catan): Calculate imaginary part of result
 	with log1p not log unless computing log of number close to 0.