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

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