summaryrefslogtreecommitdiff
path: root/doc/posix-functions/roundf.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-20 15:00:16 +0100
committerBruno Haible <bruno@clisp.org>2010-12-20 15:00:16 +0100
commitce083ca023ca1e479dc48ee9934878f42e81cb79 (patch)
treed8cbba7693035d4c3942580bb1184c64fd4e5cb6 /doc/posix-functions/roundf.texi
parent5ceff07480611f65854730efe3b07e3f6de2ba80 (diff)
downloadgnulib-ce083ca023ca1e479dc48ee9934878f42e81cb79.tar.gz
roundf, round, roundl: Update documentation regarding OSF/1 5.1.
* doc/posix-functions/roundf.texi: Mention OSF/1 5.1 problem. * doc/posix-functions/round.texi: Likewise. * doc/posix-functions/roundl.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/roundf.texi')
-rw-r--r--doc/posix-functions/roundf.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/roundf.texi b/doc/posix-functions/roundf.texi
index 075eaa3cec..6681874b15 100644
--- a/doc/posix-functions/roundf.texi
+++ b/doc/posix-functions/roundf.texi
@@ -12,6 +12,9 @@ Portability problems fixed by Gnulib:
This function is missing on some platforms:
FreeBSD 5.2.1, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Interix 3.5.
@item
+This function is not declared on some platforms:
+OSF/1 5.1.
+@item
This functions returns a wrong result for x = 1/2 - 2^-25 on some platforms:
mingw.
@end itemize