1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/doc/posix-functions/remainder.texi
Bruno Haible a66795fc04 remainder-ieee: Work around test failure on OSF/1.
* m4/remainder-ieee.m4: New file.
* m4/remainder.m4 (gl_FUNC_REMAINDER): If gl_FUNC_REMAINDER_IEEE is
present, test whether remainder works with a zero second argument.
Replace it if not.
* lib/math.in.h (remainder): Override if REPLACE_REMAINDER is 1.
* m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_REMAINDER.
* modules/math (Makefile.am): Substitute REPLACE_REMAINDER.
* modules/remainder (configure.ac): Consider REPLACE_REMAINDER.
(Depends-on): Update dependencies.
* modules/remainder-ieee (Files): Add m4/remainder-ieee.m4.
(configure.ac): Invoke gl_FUNC_REMAINDER_IEEE.
* doc/posix-functions/remainder.texi: Mention the remainder-ieee module.
2012-02-27 20:38:16 +01:00

29 lines
697 B
Plaintext

@node remainder
@section @code{remainder}
@findex remainder
POSIX specification:@* @url{http://www.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.
@item
This function is not declared on some platforms:
IRIX 5.3.
@end itemize
Portability problems fixed by Gnulib module @code{remainder-ieee}:
@itemize
@item
This function has problems when the second argument is zero on some platforms:
OSF/1 5.1.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize