2 Copyright © 2009, The AROS Development Team. All rights reserved.
5 Implementation of C99 nan/nanf/nanl functions
9 /* FIXME: check handling of NAN for different argument types */
11 float nanf(const char *tagp
)
18 double nan(const char *tagp
)
25 long double nanl(const char *tagp
)
29 return (long double)NAN
;