1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
2001-05-29  Andreas Jaeger  <aj@suse.de>

	* sysdeps/ieee754/ldbl-128/e_acosl.c: New file, contributed by
	Stephen L Moshier <moshier@mediaone.net>.

	* 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 <moshier@mediaone.net>.
This commit is contained in:
Andreas Jaeger
2001-05-29 15:40:18 +00:00
parent de64faec8f
commit c9bfaa1bb5
4 changed files with 326 additions and 3 deletions

View File

@ -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);
}