modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / log1p.texi
blob0e1f3aac8f804626ef0e6269fc6f9c97c9c4f189
1 @node log1p
2 @section @code{log1p}
3 @findex log1p
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log1p.html}
7 Gnulib module: log1p or log1p-ieee
9 Portability problems fixed by either Gnulib module @code{log1p} or @code{log1p-ieee}:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, MSVC 9.
14 @end itemize
16 Portability problems fixed by Gnulib module @code{log1p-ieee}:
17 @itemize
18 @item
19 This function has problems when the argument is minus zero on some platforms:
20 AIX 7.1, HP-UX 11.
21 @end itemize
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize