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