projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b253a
)
Loosen deltas for sin(0.9)^2+cos(0.9)^2.
author
drepper
<drepper>
Thu, 29 Oct 1998 23:53:59 +0000
(23:53 +0000)
committer
drepper
<drepper>
Thu, 29 Oct 1998 23:53:59 +0000
(23:53 +0000)
math/libm-test.c
patch
|
blob
|
history
diff --git
a/math/libm-test.c
b/math/libm-test.c
index
780880a
..
2cd9075
100644
(file)
--- a/
math/libm-test.c
+++ b/
math/libm-test.c
@@
-5788,7
+5788,7
@@
static void
identities (void)
{
identities1_test (0.2L, CHOOSE (1e-18L, 0, 2e-7));
- identities1_test (0.9L, CHOOSE (1e-18L,
0
, 2e-7));
+ identities1_test (0.9L, CHOOSE (1e-18L,
2e-16
, 2e-7));
identities1_test (0, 0);
identities1_test (-1, CHOOSE (1e-18L, 0, 1e-7));