blob: dafe1273f8738b4ac55473773176c39b7089b38b [file] [log] [blame]
#include <math.h>
float nanf(const char* s) {
return NAN;
}