xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
nan.c
(revision 4e151bc3093293a8ab47aeae854dc80d04e9b41f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
math.h
>
2
3
double
nan
(
const
char
*
s
)
4
{
5
return
NAN
;
6
}
7