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