Merge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a' into stable
[gnulib.git] / doc / posix-functions / remainder.texi
1 @node remainder
2 @section @code{remainder}
3 @findex remainder
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remainder.html}
6
7 Gnulib module: remainder
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 MSVC 9.
18 @item
19 This function is not declared on some platforms:
20 IRIX 5.3.
21 @end itemize