gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / doc / posix-functions / ilogb.texi
1 @node ilogb
2 @section @code{ilogb}
3 @findex ilogb
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ilogb.html}
6
7 Gnulib module: ilogb
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, IRIX 5.3, MSVC 9.
14 @item
15 This function returns a wrong result for a zero argument on some platforms:
16 OpenBSD 4.9, AIX 5.1.
17 @item
18 This function returns a wrong result for an infinite argument on some platforms:
19 NetBSD 5.1, OpenBSD 4.9.
20 @item
21 This function returns a wrong result for a NaN argument on some platforms:
22 OpenBSD 4.9.
23 @end itemize
24
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize