poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / fmod.texi
blobe1413e892ca1463bf156de233b4e8d768c3a5758
1 @node fmod
2 @section @code{fmod}
3 @findex fmod
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fmod.html}
7 Gnulib module: fmod or fmod-ieee
9 Portability problems fixed by either Gnulib module @code{fmod} or @code{fmod-ieee}:
10 @itemize
11 @end itemize
13 Portability problems fixed by Gnulib module @code{fmod-ieee}:
14 @itemize
15 @item
16 This function has problems when the first argument is minus zero on some
17 platforms:
18 mingw, MSVC 14.
19 @end itemize
21 Portability problems not fixed by Gnulib:
22 @itemize
23 @end itemize