This website requires JavaScript.
Explore
Help
Register
Sign In
Lab
/
cosmopolitan
Watch
1
Star
0
Fork
You've already forked cosmopolitan
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
14d0292732
cosmopolitan
/
libc
/
math
/
__math_invalidf.c
7 lines
91 B
C
Raw
Blame
History
#
include
"libc/math/libm.h"
float
__math_invalidf
(
float
x
)
{
return
(
x
-
x
)
/
(
x
-
x
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink