conterm/libc/nan.h

5 lines
114 B
C
Raw Normal View History

2005-08-08 16:50:13 +04:00
extern double __NaN(void);
extern double __Inf(int);
extern int __isNaN(double);
extern int __isInf(double, int);