diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-04 08:04:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-04 08:04:57 +0000 |
commit | 6c805a2b9def1eb11a5db00b8184fb57a1e4d561 (patch) | |
tree | 8aacb5a1af4ed3830c74e98733f5d743ce1647b9 /sysdeps/s390 | |
parent | ea08adbf176bf8df4e57af126f3cbd623f3fa23f (diff) | |
download | glibc-6c805a2b9def1eb11a5db00b8184fb57a1e4d561.tar.gz glibc-6c805a2b9def1eb11a5db00b8184fb57a1e4d561.tar.xz glibc-6c805a2b9def1eb11a5db00b8184fb57a1e4d561.zip |
Update.
2003-12-03 Jakub Jelinek <jakub@redhat.com> * posix/Makefile (distribute): Add BOOST.tests. (tests): Add tst-boost, depend on tst-boost-mem. (generated): Add tst-boost-mem and tst-boost.mtrace. (tst-boost-ARGS, tst-boost-ENV): Set. ($(objpfx)tst-boost-mem): New. * posix/tst-boost.c: New test. * posix/BOOST.tests: New file. * posix/Makefile (distribute): Add PCRE.tests. (tests): Add tst-pcre, depend on tst-pcre-mem. (generated): Add tst-pcre-mem and tst-pcre.mtrace. (tst-pcre-ARGS, tst-pcre-ENV): Set. ($(objpfx)tst-pcre-mem): New. * posix/tst-pcre.c: New test. * posix/PCRE.tests: New file. 2003-12-02 Jakub Jelinek <jakub@redhat.com> * intl/locale.alias: Use nb_NO instead of no_NO for bokm.l. * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated. * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
Diffstat (limited to 'sysdeps/s390')
-rw-r--r-- | sysdeps/s390/fpu/libm-test-ulps | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysdeps/s390/fpu/libm-test-ulps b/sysdeps/s390/fpu/libm-test-ulps index 73172b49a0..765ddc5572 100644 --- a/sysdeps/s390/fpu/libm-test-ulps +++ b/sysdeps/s390/fpu/libm-test-ulps @@ -10,6 +10,9 @@ ifloat: 3 Test "atan2 (1.390625, 0.9296875) == 0.981498387184244311516296577615519772": float: 1 ifloat: 1 +Test "atan2 (-0.00756827042671106339, -.001792735857538728036) == -1.80338464113663849327153994380": +float: 6 +ifloat: 6 # atanh Test "atanh (0.75) == 0.972955074527656652552676371721589865": @@ -640,8 +643,8 @@ idouble: 1 # Maximal error of functions: Function: "atan2": -float: 3 -ifloat: 3 +float: 6 +ifloat: 6 Function: "atanh": float: 1 |