mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +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
|
@ -36,6 +36,5 @@ TEST(tan, test) {
|
|||
EXPECT_STREQ("-nan", gc(xasprintf("%.15g", tan(-INFINITY))));
|
||||
EXPECT_STREQ("2.2250738585072e-308",
|
||||
gc(xasprintf("%.15g", tan(__DBL_MIN__))));
|
||||
/* EXPECT_STREQ("-0.0049620158744449", */
|
||||
/* gc(xasprintf("%.15g", tan(__DBL_MAX__)))); */
|
||||
EXPECT_STREQ("-0.0049620158744449", gc(xasprintf("%.15g", tan(__DBL_MAX__))));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue