projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03332aa
)
(atan2_test): Compute value with 36 digits.
author
Andreas Jaeger
<aj@suse.de>
Fri, 17 Dec 2004 06:49:30 +0000
(06:49 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Fri, 17 Dec 2004 06:49:30 +0000
(06:49 +0000)
math/libm-test.inc
patch
|
blob
|
history
diff --git
a/math/libm-test.inc
b/math/libm-test.inc
index
77950e5
..
60711fa
100644
(file)
--- a/
math/libm-test.inc
+++ b/
math/libm-test.inc
@@
-943,7
+943,7
@@
atan2_test (void)
TEST_ff_f (atan2, 0.390625L, .00029L, 1.57005392693128974780151246612928941L);
TEST_ff_f (atan2, 1.390625L, 0.9296875L, 0.981498387184244311516296577615519772L);
- TEST_ff_f (atan2, -0.00756827042671106339L, -.001792735857538728036L, -1.803384641136638493271539943
80
L);
+ TEST_ff_f (atan2, -0.00756827042671106339L, -.001792735857538728036L, -1.803384641136638493271539943
79639112
L);
END (atan2);
}