poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / isinf.texi
blob386d11262b7d2e5941b68b09df018ed02d377304
1 @node isinf
2 @section @code{isinf}
3 @findex isinf
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/isinf.html}
7 Gnulib module: isinf
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This macro is missing on some platforms:
13 AIX 5.1, IRIX 6.5, Solaris 11.4.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This macro returns an unspecified result when given noncanonical values
20 such as unnormalized numbers, pseudo-denormals, pseudo-NaNs,
21 pseudo-Infinities, and pseudo-zeroes.
22 @end itemize