poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / modf.texi
blob753dc08f6e83a8c8a493253c411d9befb9fcbe22
1 @node modf
2 @section @code{modf}
3 @findex modf
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/modf.html}
7 Gnulib module: modf or modf-ieee
9 Portability problems fixed by either Gnulib module @code{modf} or @code{modf-ieee}:
10 @itemize
11 @end itemize
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 6.7, IRIX 6.5.
21 @end itemize
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize