careadlinkat: Use 'restrict'.
[gnulib.git] / doc / posix-functions / ilogb.texi
blobec94b20dc795883bd08beeba34dc6f3327d8dea4
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 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
25 Portability problems not fixed by Gnulib:
26 @itemize
27 @end itemize