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

float nanf(const char *s)
{
        return NAN;
}