gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / doc / posix-functions / log2f.texi
1 @node log2f
2 @section @code{log2f}
3 @findex log2f
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log2f.html}
6
7 Gnulib module: log2f or log2f-ieee
8
9 Portability problems fixed by either Gnulib module @code{log2f} or @code{log2f-ieee}:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, older IRIX 6.5, Solaris 9, MSVC 9,
14 Interix 3.5.
15 @item
16 This function is not declared on some platforms:
17 IRIX 6.5.
18 @item
19 This function is only provided as a macro on some platforms:
20 Cygwin 1.5.x.
21 @item
22 This function returns a wrong value for a minus zero argument on some platforms:
23 OSF/1 5.1.
24 @item
25 This function returns slightly wrong values for exact powers of 2 on some platforms:
26 Cygwin 1.7.9.
27 @end itemize
28
29 Portability problems fixed by Gnulib module @code{log2f-ieee}:
30 @itemize
31 @item
32 This function returns a wrong value for a negative argument on some platforms:
33 NetBSD 5.1, Solaris 11 2011-11.
34 @end itemize
35
36 Portability problems not fixed by Gnulib:
37 @itemize
38 @end itemize