git: 9front

ref: eb419f93fd5ca6cd199f1bd8223aee694c015fbb
dir: /sys/src/ape/lib/fmt/nan.h/

View raw version
extern double __NaN(void);
extern double __Inf(int);
extern int __isNaN(double);
extern int __isInf(double, int);