a7c8df77c209be6dd685798b758e1075a0801c61
[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 The macro @code{NAN} is not defined on some platforms:
12 OpenBSD 4.0, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 10.
13 @end itemize
14
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 @code{NAN} is not a compile time constant with some compilers:
19 OSF/1 with Compaq (ex-DEC) C 6.4.
20 @end itemize