summaryrefslogtreecommitdiff
path: root/doc/posix-functions/fminmagf.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-10 14:08:29 +0200
committerBruno Haible <bruno@clisp.org>2019-06-10 14:08:29 +0200
commit5b1e894a93a5b961deac52b94497905b255bf8f9 (patch)
tree81ad21f114843557f8549d2e1b1a1948436a7147 /doc/posix-functions/fminmagf.texi
parent0fe1b87ed4dfc6ddd9e3b21b413ab1197dba1042 (diff)
downloadgnulib-5b1e894a93a5b961deac52b94497905b255bf8f9.tar.gz
doc: Mention more ISO TS 18661-1 <math.h> functions.
* doc/posix-functions/roundeven.texi: New file. * doc/posix-functions/roundevenf.texi: New file. * doc/posix-functions/roundevenl.texi: New file. * doc/posix-functions/fromfp.texi: New file. * doc/posix-functions/fromfpf.texi: New file. * doc/posix-functions/fromfpl.texi: New file. * doc/posix-functions/ufromfp.texi: New file. * doc/posix-functions/ufromfpf.texi: New file. * doc/posix-functions/ufromfpl.texi: New file. * doc/posix-functions/fromfpx.texi: New file. * doc/posix-functions/fromfpxf.texi: New file. * doc/posix-functions/fromfpxl.texi: New file. * doc/posix-functions/ufromfpx.texi: New file. * doc/posix-functions/ufromfpxf.texi: New file. * doc/posix-functions/ufromfpxl.texi: New file. * doc/posix-functions/llogb.texi: New file. * doc/posix-functions/llogbf.texi: New file. * doc/posix-functions/llogbl.texi: New file. * doc/posix-functions/fmaxmag.texi: New file. * doc/posix-functions/fmaxmagf.texi: New file. * doc/posix-functions/fmaxmagl.texi: New file. * doc/posix-functions/fminmag.texi: New file. * doc/posix-functions/fminmagf.texi: New file. * doc/posix-functions/fminmagl.texi: New file. * doc/posix-functions/totalorder.texi: New file. * doc/posix-functions/totalorderf.texi: New file. * doc/posix-functions/totalorderl.texi: New file. * doc/posix-functions/totalordermag.texi: New file. * doc/posix-functions/totalordermagf.texi: New file. * doc/posix-functions/totalordermagl.texi: New file. * doc/posix-functions/canonicalize.texi: New file. * doc/posix-functions/canonicalizef.texi: New file. * doc/posix-functions/canonicalizel.texi: New file. * doc/posix-functions/getpayload.texi: New file. * doc/posix-functions/getpayloadf.texi: New file. * doc/posix-functions/getpayloadl.texi: New file. * doc/posix-functions/setpayload.texi: New file. * doc/posix-functions/setpayloadf.texi: New file. * doc/posix-functions/setpayloadl.texi: New file. * doc/posix-functions/setpayloadsig.texi: New file. * doc/posix-functions/setpayloadsigf.texi: New file. * doc/posix-functions/setpayloadsigl.texi: New file. * doc/gnulib.texi (Function Substitutes): Include them.
Diffstat (limited to 'doc/posix-functions/fminmagf.texi')
-rw-r--r--doc/posix-functions/fminmagf.texi24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/posix-functions/fminmagf.texi b/doc/posix-functions/fminmagf.texi
new file mode 100644
index 0000000000..5e2c3492d1
--- /dev/null
+++ b/doc/posix-functions/fminmagf.texi
@@ -0,0 +1,24 @@
+@node fminmagf
+@section @code{fminmagf}
+@findex fminmagf
+
+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.24, 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