poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / log10l.texi
blob7dd6f49b033b0133797598c5e51f97bba55a57a7
1 @node log10l
2 @section @code{log10l}
3 @findex log10l
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/log10l.html}
7 Gnulib module: log10l
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 1.7.x, Android 4.4.
14 @item
15 This function is only defined as a macro with arguments on some platforms:
16 MSVC 14.
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 an unnormalized negative infinity for a minus zero argument on some platforms:
22 IRIX 6.5.
23 @item
24 This function returns an unnormalized positive infinity for a positive infinite argument on some platforms:
25 IRIX 6.5.
26 @item
27 This function produces results which are accurate to only 16 digits on some
28 platforms:
29 NetBSD 9.0.
30 @end itemize
32 Portability problems not fixed by Gnulib:
33 @itemize
34 @end itemize