cosmopolitan/libc/math/nan.c

7 lines
72 B
C
Raw Permalink Normal View History

2020-06-15 14:18:57 +00:00
#include "libc/math/math.h"
double nan(const char *s)
{
return NAN;
}