avoid some overlong lines from posix urls, etc.
[gnulib.git] / 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.
13
14 @item
15 The macro @code{NAN} is not exposed outside of C99 compilation on some
16 platforms:
17 glibc.
18
19 @item
20 The macros @code{NAN} and @code{HUGE_VAL} expand to a function address
21 rather than a floating point constant on some platforms:
22 Solaris 10.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @item
28 @code{NAN} is not a compile time constant with some compilers:
29 OSF/1 with Compaq (ex-DEC) C 6.4.
30 @end itemize