avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / frexp.texi
1 @node frexp
2 @section @code{frexp}
3 @findex frexp
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/frexp.html}
6
7 Gnulib module: frexp
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function does not work on denormalized numbers on some platforms:
13 NetBSD 3.0.
14 @item
15 This function does not work on negative zero on some platforms:
16 NetBSD 4.99.
17 @item
18 This function does not work on infinite numbers on some platforms:
19 IRIX 6.5, mingw.
20 @end itemize
21
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize