From c9bfaa1bb56dee38fc5793491a95f1fe5ec7bdcb Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 29 May 2001 15:40:18 +0000 Subject: Update. 2001-05-29 Andreas Jaeger * sysdeps/ieee754/ldbl-128/e_acosl.c: New file, contributed by Stephen L Moshier . * math/libm-test.inc (sinh_test): Add new test case. * sysdeps/ieee754/ldbl_96/e_sinhl.c (__ieee754_sinhl): sinhl(x) = x when x < 2^-32. Patch by Stephen L Moshier . --- math/libm-test.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/libm-test.inc b/math/libm-test.inc index c1c5edb..c9ba1f9 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -3878,7 +3878,8 @@ sinh_test (void) TEST_f_f (sinh, nan_value, nan_value); TEST_f_f (sinh, 0.7L, 0.75858370183953350346L); - + TEST_f_f (sinh, 0x8p-32L, 1.86264514923095703232705808926175479e-9L); + END (sinh); } -- cgit v1.1