gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / doc / posix-functions / fmod.texi
1 @node fmod
2 @section @code{fmod}
3 @findex fmod
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmod.html}
6
7 Gnulib module: fmod or fmod-ieee
8
9 Portability problems fixed by either Gnulib module @code{fmod} or @code{fmod-ieee}:
10 @itemize
11 @end itemize
12
13 Portability problems fixed by Gnulib module @code{fmod-ieee}:
14 @itemize
15 @item
16 This function has problems when the second argument is zero on some platforms:
17 OSF/1 5.1.
18 @item
19 This function has problems when the first argument is minus zero on some
20 platforms:
21 mingw, MSVC 9.
22 @end itemize
23
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @end itemize