poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / expm1.texi
blobdd5d9c9c1b7ed69cf4a24e81e6d2a51521d9e7ea
1 @node expm1
2 @section @code{expm1}
3 @findex expm1
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1.html}
7 Gnulib module: expm1 or expm1-ieee
9 Portability problems fixed by either Gnulib module @code{expm1} or @code{expm1-ieee}:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, mingw, MSVC 9.
14 @end itemize
16 Portability problems fixed by Gnulib module @code{expm1-ieee}:
17 @itemize
18 @item
19 This function has problems when the argument is minus zero on some platforms:
20 AIX 7.1.
21 @end itemize
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize