Sign in
mojo
/
mojo-testing
/
98fc6b388cd420e9379327f6c57efbd6acaa825e
/
.
/
fusl
/
src
/
math
/
nanf.c
blob: dafe1273f8738b4ac55473773176c39b7089b38b [
file
]
#include
<math.h>
float
nanf
(
const
char
*
s
)
{
return
NAN
;
}