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