modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / log10.texi
blob0fd140d772b442f322beda683aeec3b818522e22
1 @node log10
2 @section @code{log10}
3 @findex log10
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log10.html}
7 Gnulib module: log10 or log10-ieee
9 Portability problems fixed by either Gnulib module @code{log10} or @code{log10-ieee}:
10 @itemize
11 @item
12 This function returns a wrong value for a minus zero argument on some platforms:
13 OSF/1 5.1.
14 @end itemize
16 Portability problems fixed by Gnulib module @code{log10-ieee}:
17 @itemize
18 @item
19 This function returns a wrong value for a negative argument on some platforms:
20 NetBSD 5.1, Solaris 11 2011-11.
21 @end itemize
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize