Incorporate existing strcasestr doc into new doc structure.
[gnulib.git] / doc / functions / frexp.texi
1 @node frexp
2 @section @code{frexp}
3 @findex frexp
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/frexp.html}
6
7 Gnulib module: frexp
8
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 infinite numbers on some platforms:
16 IRIX 6.5, mingw.
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize