root/src/system/libroot/posix/musl/math/nan.c
#include <math.h>

double nan(const char *s)
{
        return NAN;
}