1extern int __isnanf(float f);2extern int __isnan(double f);3extern int __isnanl(long double f);4#define ISNAN isnan5