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
|
@ -31,6 +31,8 @@ TEST(asinh, test) {
|
|||
EXPECT_STREQ("0", gc(xdtoa(asinh(0))));
|
||||
EXPECT_STREQ("NAN", gc(xdtoa(asinh(NAN))));
|
||||
EXPECT_STREQ("INFINITY", gc(xdtoa(asinh(INFINITY))));
|
||||
EXPECT_STREQ("-2.1073424255447e-08",
|
||||
gc(xasprintf("%.15g", asinh(-2.1073424255447e-08))));
|
||||
}
|
||||
|
||||
TEST(asinhf, test) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue