ref: f7392e7bb314888c91d081ae0428c657a7f2d4bc dir: /libc/strtod.h/
extern double __NaN(void); extern double __Inf(int); extern double __isNaN(double); extern double __isInf(double, int);