diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-08 05:57:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-08 05:57:47 +0000 |
commit | 9f2bedd02f3c6df26864ede5354fc43e869f0409 (patch) | |
tree | 6618e42a3bbc4c1c8c2edb531c60fc743516c2af /sysdeps/alpha | |
parent | 4dbb64174c5cc00dc2aa40784b57889f8e0b6c5e (diff) | |
download | glibc-9f2bedd02f3c6df26864ede5354fc43e869f0409.tar.gz glibc-9f2bedd02f3c6df26864ede5354fc43e869f0409.tar.xz glibc-9f2bedd02f3c6df26864ede5354fc43e869f0409.zip |
Update.
2001-07-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/fpu/libm-test-ulps: Add deltas for tanh(-0.7).
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/fpu/libm-test-ulps | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/alpha/fpu/libm-test-ulps b/sysdeps/alpha/fpu/libm-test-ulps index 70a0f0897f..ce16391105 100644 --- a/sysdeps/alpha/fpu/libm-test-ulps +++ b/sysdeps/alpha/fpu/libm-test-ulps @@ -600,6 +600,11 @@ double: 0.5 idouble: 0.5 # tanh +Test "tanh (-0.7) == -0.60436777711716349631": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 Test "tanh (0.7) == 0.60436777711716349631": double: 1 float: 1 |