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
b562d6fdb3
cosmopolitan
/
libc
/
math
/
nanf.c
7 lines
72 B
C
Raw
Blame
History
#
include
"libc/math/math.h"
float
nanf
(
const
char
*
s
)
{
return
NAN
;
}
Reference in New Issue
View Git Blame
Copy Permalink