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