poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / ilogb.texi
blob1b266766fc2272823405be6a2dc94256552b633c
1 @node ilogb
2 @section @code{ilogb}
3 @findex ilogb
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/ilogb.html}
7 Gnulib module: ilogb
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, MSVC 9.
14 @item
15 This function returns a wrong result for a zero argument on some platforms:
16 OpenBSD 6.7, AIX 5.1.
17 @item
18 This function returns a wrong result for an infinite argument on some platforms:
19 NetBSD 7.1, OpenBSD 6.7.
20 @item
21 This function returns a wrong result for a NaN argument on some platforms:
22 NetBSD 7.1, OpenBSD 6.7.
23 @end itemize
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize