Bump to 1.14.1
[platform/upstream/augeas.git] / doc / posix-functions / log10l.texi
1 @node log10l
2 @section @code{log10l}
3 @findex log10l
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log10l.html}
6
7 Gnulib module: log10l
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, older IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS.
14 @item
15 This function is only defined as a macro with arguments on some platforms:
16 MSVC 9.
17 @item
18 This function is not declared and does not work on some platforms:
19 AIX 5.1.
20 @item
21 This function returns a wrong value for a minus zero argument on some platforms:
22 OSF/1 5.1.
23 @item
24 This function returns an unnormalized negative infinity for a minus zero argument on some platforms:
25 IRIX 6.5.
26 @item
27 This function returns an unnormalized positive infinity for a positive infinite argument on some platforms:
28 IRIX 6.5.
29 @end itemize
30
31 Portability problems not fixed by Gnulib:
32 @itemize
33 @end itemize