Guarantee a definition of NAN.
[pspp] / doc / posix-headers / math.texi
1 @node math.h
2 @section @file{math.h}
3
4 POSIX specification: @url{http://www.opengroup.org/susv3xbd/math.h.html}
5
6 Gnulib module: math
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 Some platforms do not provide a definition of NAN:
12 Solaris 8.
13
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 NAN is not a compile time constant with some broken compilers:
19 Compaq (ex-DEC) C 6.4
20 @end itemize