Merge branch 'stable'
[gnulib.git] / doc / posix-functions / log1pf.texi
1 @node log1pf
2 @section @code{log1pf}
3 @findex log1pf
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log1pf.html}
6
7 Gnulib module: log1pf or log1pf-ieee
8
9 Portability problems fixed by either Gnulib module @code{log1pf} or @code{log1pf-ieee}:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 9, MSVC 9.
14 @item
15 This function returns a wrong value for the argument @code{-1.0f} on some platforms:
16 IRIX 6.5.
17 @end itemize
18
19 Portability problems fixed by Gnulib module @code{log1pf-ieee}:
20 @itemize
21 @item
22 This function has problems when the argument is minus zero on some platforms:
23 OpenBSD 4.9, AIX 7.1.
24 @end itemize
25
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @end itemize