Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/cmd/unix/drawterm/libc/nan.h
extern double __NaN(void); extern double __Inf(int); extern int __isNaN(double); extern int __isInf(double, int);