xref: /haiku/src/system/libroot/posix/musl/math/nan.c (revision 21258e2674226d6aa732321b6f8494841895af5f)
1 #include <math.h>
2 
3 double nan(const char *s)
4 {
5 	return NAN;
6 }
7