diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-27 13:55:13 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-27 13:55:13 +0000 |
commit | fa9ced58f6e12a594e5250df52875cf1d67a50f0 (patch) | |
tree | e3ac76bb393e0e98fdedf9bbb55485d67983dcf5 /math/libm-test.inc | |
parent | 82ad8034aa1f812bf221ab0d2fc2fc55e2d44654 (diff) | |
download | glibc-fa9ced58f6e12a594e5250df52875cf1d67a50f0.zip glibc-fa9ced58f6e12a594e5250df52875cf1d67a50f0.tar.gz glibc-fa9ced58f6e12a594e5250df52875cf1d67a50f0.tar.bz2 |
* 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.
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r-- | math/libm-test.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index 118f00a..9c56e1c 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -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); } |