modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / frexp.texi
blobd58a7e7893ff9981ac95f8da0b843fc1339f5c92
1 @node frexp
2 @section @code{frexp}
3 @findex frexp
5 POSIX specification:@* @url{http://www.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 9.
17 @item
18 This function does not work on infinite numbers on some platforms:
19 IRIX 6.5, mingw, MSVC 9.
20 @end itemize
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize