xref
: /
dports
/
lang
/
zig
/
zig-0.9.0
/
lib
/
libc
/
musl
/
src
/
math
/
nanf.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
math.h
>
2
nanf(const char * s)
3
float
nanf
(
const
char
*
s
)
4
{
5
return
NAN
;
6
}
7