diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-20 20:21:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-20 20:21:20 +0000 |
commit | 33ab3b66dd6a851aef4e607abe3e973e82c7fe81 (patch) | |
tree | 42cfe3e35a2ed506fafe49d416992e7ec8edf140 /sysdeps/sparc/sparc32/fpu | |
parent | 6e21902ab82e353c3701583c4ee688c45dbb78d7 (diff) | |
download | glibc-33ab3b66dd6a851aef4e607abe3e973e82c7fe81.tar.gz |
Update.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Add ulps for the
2003-11-27 atan2 test.
Diffstat (limited to 'sysdeps/sparc/sparc32/fpu')
-rw-r--r-- | sysdeps/sparc/sparc32/fpu/libm-test-ulps | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysdeps/sparc/sparc32/fpu/libm-test-ulps b/sysdeps/sparc/sparc32/fpu/libm-test-ulps index 73172b49a0..765ddc5572 100644 --- a/sysdeps/sparc/sparc32/fpu/libm-test-ulps +++ b/sysdeps/sparc/sparc32/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 |