Sign in
mojo
/
mojo-tools
/
d588c9404406f04632eabb4c15e650aa26d050aa
/
.
/
fusl
/
src
/
math
/
nan.c
blob: a25ee75f079ae81aa80c5e7d78641490009064e5 [
file
]
#include
<math.h>
double
nan
(
const
char
*
s
)
{
return
NAN
;
}