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