1
0

nan.c 62 B

123456
  1. #include <math.h>
  2. double nan(const char *s)
  3. {
  4. return NAN;
  5. }