mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Get more Python tests passing (#141)
This commit is contained in:
parent
916f19eea1
commit
59e1c245d1
141 changed files with 3536 additions and 1203 deletions
|
@ -287,6 +287,8 @@ TEST(atan2, test) {
|
|||
EXPECT_STREQ("-0", gc(xasprintf("%.15g", atan2(-1, INFINITY))));
|
||||
EXPECT_STREQ(
|
||||
"-0", gc(xasprintf("%.15g", atan2(-1.7976931348623157e308, INFINITY))));
|
||||
EXPECT_STREQ("1.5707963267949",
|
||||
gc(xasprintf("%.15g", atan2(1.4142135623731, 0))));
|
||||
}
|
||||
|
||||
BENCH(atan2, bench) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue