poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / frexp.texi
bloba53fcf4439fcd14d5cdee5d38488d280cf3fd2cf
1 @node frexp
2 @section @code{frexp}
3 @findex frexp
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/frexp.html}
7 Gnulib module: frexp
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function does not work on denormalized numbers on some platforms:
13 NetBSD 3.0.
14 @item
15 This function does not work on negative zero on some platforms:
16 NetBSD 4.99, MSVC 14.
17 @item
18 This function does not work on infinite numbers on some platforms:
19 IRIX 6.5, mingw, MSVC 14.
20 @end itemize
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize