Sign in
mojo
/
mojo-tools
/
27d0e88f9491c00c039a930683685dbcd1e75122
/
.
/
fusl
/
src
/
math
/
nanl.c
blob: 969af5641f35e149ea7614b54660005bc9383fcf [
file
] [
log
] [
blame
]
#include
<math.h>
long
double
nanl
(
const
char
*
s
)
{
return
NAN
;
}