diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-05 17:47:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-05 17:47:09 +0000 |
commit | 96dd1a812a0aedb0f5df4ec4a5cb2fd67bb8876f (patch) | |
tree | 3600e7efbc6d3f1735ef52e8334062d76f15085f /sysdeps/i386 | |
parent | e2027cc35e95ef20321cd076bb2f50309e1d086f (diff) | |
download | glibc-96dd1a812a0aedb0f5df4ec4a5cb2fd67bb8876f.tar glibc-96dd1a812a0aedb0f5df4ec4a5cb2fd67bb8876f.tar.gz glibc-96dd1a812a0aedb0f5df4ec4a5cb2fd67bb8876f.tar.bz2 glibc-96dd1a812a0aedb0f5df4ec4a5cb2fd67bb8876f.zip |
Update.
2001-04-05 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/fpu/libm-test-ulps: Relax errors for asinl.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/fpu/libm-test-ulps | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps index b1196bbf47..97619e8cfd 100644 --- a/sysdeps/i386/fpu/libm-test-ulps +++ b/sysdeps/i386/fpu/libm-test-ulps @@ -11,10 +11,22 @@ ldouble: 1 ildouble: 1 # asin +Test "asin (0.5) == pi/6": +ldouble: 1 +ildouble: 1 +Test "asin (-0.5) == -pi/6": +ldouble: 1 +ildouble: 1 +Test "asin (1.0) == pi/2": +ldouble: 1 +ildouble: 1 +Test "asin (-1.0) == -pi/2": +ldouble: 1 +ildouble: 1 Test "asin (0.7) == 0.77539749661075306374035335271498708": double: 1 -ildouble: 1147 -ldouble: 1147 +ldouble: 1 +ildouble: 1 # asinh Test "asinh (0.7) == 0.652666566082355786": @@ -1146,8 +1158,8 @@ ldouble: 1 Function: "asin": double: 1 -ildouble: 1147 -ldouble: 1147 +ldouble: 1 +ildouble: 1 Function: "asinh": ildouble: 656 |