mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-04 19:52:28 +00:00
Allow -c to be specified with -E in cosmocc
This commit is contained in:
parent
4ed4a1095a
commit
f8cfc89eba
10 changed files with 41 additions and 4 deletions
|
@ -46,8 +46,10 @@ TEST(asinhf, test) {
|
|||
}
|
||||
|
||||
TEST(asinhl, test) {
|
||||
#if LDBL_MANT_DIG > 64
|
||||
EXPECT_STREQ(".4812118250596034", gc(xdtoal(_asinhl(+.5))));
|
||||
EXPECT_STREQ("-.4812118250596034", gc(xdtoal(_asinhl(-.5))));
|
||||
#endif
|
||||
EXPECT_STREQ("0", gc(xdtoal(_asinhl(0))));
|
||||
EXPECT_STREQ("NAN", gc(xdtoal(_asinhl(NAN))));
|
||||
EXPECT_STREQ("INFINITY", gc(xdtoal(_asinhl(INFINITY))));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue