diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-18 00:20:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-18 00:20:28 +0000 |
commit | ddad941ea4bd020f6af4174822f991b38872bb9b (patch) | |
tree | 185e2888795dd675caca111500360b85b4502144 /sysdeps/sparc/sparc64 | |
parent | 2edfd87c4489642651d52d0d18ac3eeb4aa7ca1a (diff) | |
download | glibc-ddad941ea4bd020f6af4174822f991b38872bb9b.tar.gz glibc-ddad941ea4bd020f6af4174822f991b38872bb9b.tar.xz glibc-ddad941ea4bd020f6af4174822f991b38872bb9b.zip |
Update.
2001-04-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.
Diffstat (limited to 'sysdeps/sparc/sparc64')
-rw-r--r-- | sysdeps/sparc/sparc64/fpu/libm-test-ulps | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/sparc/sparc64/fpu/libm-test-ulps b/sysdeps/sparc/sparc64/fpu/libm-test-ulps index c2ac22d14f..13c0e0bb64 100644 --- a/sysdeps/sparc/sparc64/fpu/libm-test-ulps +++ b/sysdeps/sparc/sparc64/fpu/libm-test-ulps @@ -32,13 +32,13 @@ double: 1 idouble: 1 # atan2 -Test "atan2 (0.7, -1.0) == 2.5308666892005846219": +Test "atan2 (0.7, -1.0) == 2.530866689200584621918884506789267": float: 3.0000 ifloat: 3.0000 -Test "atan2 (-0.7, -1.0) == -2.5308666892005846219": +Test "atan2 (-0.7, -1.0) == -2.530866689200584621918884506789267": float: 3.0000 ifloat: 3.0000 -Test "atan2 (1.4, -0.93) == 2.1571487668237843755": +Test "atan2 (1.4, -0.93) == 2.1571487668237843754887415992772736": float: 4.0000 ifloat: 4.0000 Function: "atan2": |