mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
(atan2_test): Compute value with 36 digits.
This commit is contained in:
parent
03332aa6b1
commit
3c8605c751
@ -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.80338464113663849327153994380L);
|
||||
TEST_ff_f (atan2, -0.00756827042671106339L, -.001792735857538728036L, -1.80338464113663849327153994379639112L);
|
||||
|
||||
END (atan2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user