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