blob: 9e0826c77831ae10215bb4bad6654379b9f59ab4 [file]
#include <math.h>
double nan(const char *s)
{
return NAN;
}