blob: 56720380d5d3198424206085be440dd7c5ad9647 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
@node remainder
@section @code{remainder}
@findex remainder
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/remainder.html}
Gnulib module: remainder or remainder-ieee
Portability problems fixed by either Gnulib module @code{remainder} or @code{remainder-ieee}:
@itemize
@item
This function is missing on some platforms:
MSVC 9.
@end itemize
Portability problems fixed by Gnulib module @code{remainder-ieee}:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize
|