md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / doc / posix-functions / modf.texi
1 @node modf
2 @section @code{modf}
3 @findex modf
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/modf.html}
6
7 Gnulib module: modf or modf-ieee
8
9 Portability problems fixed by either Gnulib module @code{modf} or @code{modf-ieee}:
10 @itemize
11 @end itemize
12
13 Portability problems fixed by Gnulib module @code{modf-ieee}:
14 @itemize
15 @item
16 This function has problems with a NaN argument on some platforms:
17 NetBSD 5.1, Cygwin.
18 @item
19 This function has problems with infinite arguments on some platforms:
20 FreeBSD 6.4, OpenBSD 4.9, IRIX 6.5, OSF/1 5.1.
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize