musl/src/math/nan.c
2012-03-13 01:55:25 -04:00

7 lines
62 B
C

#include <math.h>
double nan(const char *s)
{
return NAN;
}