summaryrefslogtreecommitdiff
path: root/doc/posix-functions/dmull.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-10 14:08:39 +0200
committerBruno Haible <bruno@clisp.org>2019-06-10 14:08:39 +0200
commitf29d8d685338ecf3b34ed59853204caf6383db79 (patch)
tree7f27c0aa8b39a78ddf05dcc576b92e1029afda71 /doc/posix-functions/dmull.texi
parentb0bde85a55d793792057873f4f2daf4ba8dd4b84 (diff)
downloadgnulib-f29d8d685338ecf3b34ed59853204caf6383db79.tar.gz
doc: Mention more ISO TS 18661-1 <math.h> functions.
* doc/posix-functions/fadd.texi: New file. * doc/posix-functions/faddl.texi: New file. * doc/posix-functions/daddl.texi: New file. * doc/posix-functions/fsub.texi: New file. * doc/posix-functions/fsubl.texi: New file. * doc/posix-functions/dsubl.texi: New file. * doc/posix-functions/fmul.texi: New file. * doc/posix-functions/fmull.texi: New file. * doc/posix-functions/dmull.texi: New file. * doc/posix-functions/fdiv.texi: New file. * doc/posix-functions/fdivl.texi: New file. * doc/posix-functions/ddivl.texi: New file. * doc/gnulib.texi (Function Substitutes): Include them.
Diffstat (limited to 'doc/posix-functions/dmull.texi')
-rw-r--r--doc/posix-functions/dmull.texi24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/posix-functions/dmull.texi b/doc/posix-functions/dmull.texi
new file mode 100644
index 0000000000..d351e88de8
--- /dev/null
+++ b/doc/posix-functions/dmull.texi
@@ -0,0 +1,24 @@
+@node dmull
+@section @code{dmull}
+@findex dmull
+
+Documentation:@*
+@ifinfo
+@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}.
+@end ifinfo
+@ifnotinfo
+@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}.
+@end ifnotinfo
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on all non-glibc platforms:
+glibc 2.27, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
+@end itemize