2 * nanf () returns a nan.
3 * Added by Cygnus Support.
8 float nanf(const char *unused
)
12 SET_FLOAT_WORD(x
,0x7fc00000);
16 #ifdef _DOUBLE_IS_32BITS
18 double nan(const char *arg
)
20 return (double) nanf(arg
);
23 #endif /* defined(_DOUBLE_IS_32BITS) */