modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / logbl.texi
blobfd9c384d981788a80aa2a5080e4ff445becdf27c
1 @node logbl
2 @section @code{logbl}
3 @findex logbl
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/logbl.html}
7 Gnulib module: logbl
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, AIX 5.1, HP-UX 11, older IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS.
14 @item
15 This function produces wrong results for subnormal numbers on some platforms:
16 glibc 2.11/ppc, glibc 2.7/sparc, glibc 2.7/hppa, Solaris 11 2011-11.
17 @end itemize
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize