diff options
author | Andreas Jaeger <aj@suse.de> | 2001-06-19 12:41:02 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-06-19 12:41:02 +0000 |
commit | 20f421e1a1bdc4eb203198825120975a52dd1e30 (patch) | |
tree | ea998677a162a1ef2bdbe815047feccfcc5ce884 /NEWS | |
parent | ba0fd1ba028fb241260e80b4d1f669944eae29e0 (diff) | |
download | glibc-20f421e1a1bdc4eb203198825120975a52dd1e30.tar.gz |
Update
2001-06-19 Andreas Jaeger <aj@suse.de>
* sysdeps/ieee754/ldbl-128/s_tanhl.c: New file.
* math/libm-test.inc (tanh_test): Test for 2^-56.
* sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Make sure result
equals argument when x < 2^-55.
Patches by Stephen L. Moshier <moshier@na-net.ornl.gov>.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ Please send GNU C library bug reports using the `glibcbug' script to Version 2.2.4 -* Stephen Moshier implemented cosh, expm1, log1p, acos, sinh for the - 128-bit long double format. +* Stephen Moshier implemented cosh, expm1, log1p, acos, sinh, tanh for + the 128-bit long double format. * Bruno Haible updated all the code handling Unicode in some form to support Unicode 3.1. |