This website requires JavaScript.
Explore
Help
Sign In
hmn
/
orca
Watch
5
Fork
You've already forked orca
2
Code
Issues
21
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
b398b74ac9
orca
/
cstdlib
/
src
/
__math_invalidf.c
7 lines
81 B
C
Raw
Blame
History
#
include
"libm.h"
float
__math_invalidf
(
float
x
)
{
return
(
x
-
x
)
/
(
x
-
x
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink