mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
* math/libm-test.inc (j0_test): Add extra tests. * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|, not x, in Hankel approximation. Patches by Stephen L Moshier.
This commit is contained in:
@ -2865,6 +2865,8 @@ j0_test (void)
|
||||
TEST_f_f (j0, 2.0, 0.22389077914123566805L);
|
||||
TEST_f_f (j0, 8.0, 0.17165080713755390609L);
|
||||
TEST_f_f (j0, 10.0, -0.24593576445134833520L);
|
||||
TEST_f_f (j0, 4.0, -3.9714980986384737228659076845169804197562E-1L);
|
||||
TEST_f_f (j0, -4.0, -3.9714980986384737228659076845169804197562E-1L);
|
||||
|
||||
END (j0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user