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