* doc/posix-functions/cbrt.texi: Mention the cbrt-ieee module.
* doc/posix-functions/cbrtf.texi: Mention the cbrtf-ieee module.
* doc/posix-functions/exp.texi: Mention the exp-ieee module.
* doc/posix-functions/exp2.texi: Mention the exp2-ieee module.
* doc/posix-functions/exp2f.texi: Mention the exp2f-ieee module.
* doc/posix-functions/expf.texi: Mention the expf-ieee module.
* doc/posix-functions/expl.texi: Mention the expl-ieee module.
* doc/posix-functions/expm1l.texi: Mention the expm1l-ieee module.
* doc/posix-functions/fabs.texi: Mention the fabs-ieee module.
* doc/posix-functions/fabsf.texi: Mention the fabsf-ieee module.
* doc/posix-functions/fabsl.texi: Mention the fabsl-ieee module.
* doc/posix-functions/fma.texi: Mention the fma-ieee module.
* doc/posix-functions/fmaf.texi: Mention the fmaf-ieee module.
* doc/posix-functions/fmal.texi: Mention the fmal-ieee module.
* doc/posix-functions/frexp.texi: Mention the frexp-ieee module.
* doc/posix-functions/frexpf.texi: Mention the frexpf-ieee module.
* doc/posix-functions/frexpl.texi: Mention the frexpl-ieee module.
* doc/posix-functions/ldexp.texi: Mention the ldexp-ieee module.
* doc/posix-functions/ldexpf.texi: Mention the ldexpf-ieee module.
* doc/posix-functions/ldexpl.texi: Mention the ldexpl-ieee module.
* doc/posix-functions/log10l.texi: Mention the log10l-ieee module.
* doc/posix-functions/log2l.texi: Mention the log2l-ieee module.
* doc/posix-functions/logb.texi: Mention the logb-ieee module.
* doc/posix-functions/logbf.texi: Mention the logbf-ieee module.
* doc/posix-functions/logbl.texi: Mention the logbl-ieee module.
* doc/posix-functions/logl.texi: Mention the logl-ieee module.
* doc/posix-functions/rint.texi: Mention the rint-ieee module.
* doc/posix-functions/rintf.texi: Mention the rintf-ieee module.
* doc/posix-functions/rintl.texi: Mention the rintl-ieee module.
* doc/posix-functions/sqrt.texi: Mention the sqrt-ieee module.
* doc/posix-functions/sqrtf.texi: Mention the sqrtf-ieee module.
* doc/posix-functions/sqrtl.texi: Mention the sqrtl-ieee module.
+2024-12-26 Bruno Haible <bruno@clisp.org>
+
+ doc: Document the *-ieee modules.
+ * doc/posix-functions/cbrt.texi: Mention the cbrt-ieee module.
+ * doc/posix-functions/cbrtf.texi: Mention the cbrtf-ieee module.
+ * doc/posix-functions/exp.texi: Mention the exp-ieee module.
+ * doc/posix-functions/exp2.texi: Mention the exp2-ieee module.
+ * doc/posix-functions/exp2f.texi: Mention the exp2f-ieee module.
+ * doc/posix-functions/expf.texi: Mention the expf-ieee module.
+ * doc/posix-functions/expl.texi: Mention the expl-ieee module.
+ * doc/posix-functions/expm1l.texi: Mention the expm1l-ieee module.
+ * doc/posix-functions/fabs.texi: Mention the fabs-ieee module.
+ * doc/posix-functions/fabsf.texi: Mention the fabsf-ieee module.
+ * doc/posix-functions/fabsl.texi: Mention the fabsl-ieee module.
+ * doc/posix-functions/fma.texi: Mention the fma-ieee module.
+ * doc/posix-functions/fmaf.texi: Mention the fmaf-ieee module.
+ * doc/posix-functions/fmal.texi: Mention the fmal-ieee module.
+ * doc/posix-functions/frexp.texi: Mention the frexp-ieee module.
+ * doc/posix-functions/frexpf.texi: Mention the frexpf-ieee module.
+ * doc/posix-functions/frexpl.texi: Mention the frexpl-ieee module.
+ * doc/posix-functions/ldexp.texi: Mention the ldexp-ieee module.
+ * doc/posix-functions/ldexpf.texi: Mention the ldexpf-ieee module.
+ * doc/posix-functions/ldexpl.texi: Mention the ldexpl-ieee module.
+ * doc/posix-functions/log10l.texi: Mention the log10l-ieee module.
+ * doc/posix-functions/log2l.texi: Mention the log2l-ieee module.
+ * doc/posix-functions/logb.texi: Mention the logb-ieee module.
+ * doc/posix-functions/logbf.texi: Mention the logbf-ieee module.
+ * doc/posix-functions/logbl.texi: Mention the logbl-ieee module.
+ * doc/posix-functions/logl.texi: Mention the logl-ieee module.
+ * doc/posix-functions/rint.texi: Mention the rint-ieee module.
+ * doc/posix-functions/rintf.texi: Mention the rintf-ieee module.
+ * doc/posix-functions/rintl.texi: Mention the rintl-ieee module.
+ * doc/posix-functions/sqrt.texi: Mention the sqrt-ieee module.
+ * doc/posix-functions/sqrtf.texi: Mention the sqrtf-ieee module.
+ * doc/posix-functions/sqrtl.texi: Mention the sqrtl-ieee module.
+
2024-12-25 Bruno Haible <bruno@clisp.org>
Document the *zprintf functions.
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cbrt.html}
-Gnulib module: cbrt
+Gnulib module: cbrt or cbrt-ieee
@mindex cbrt
+@mindex cbrt-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cbrtf.html}
-Gnulib module: cbrtf
+Gnulib module: cbrtf or cbrtf-ieee
@mindex cbrtf
+@mindex cbrtf-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/exp.html}
-Gnulib module: exp
+Gnulib module: exp or exp-ieee
@mindex exp
+@mindex exp-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/exp2.html}
-Gnulib module: exp2
+Gnulib module: exp2 or exp2-ieee
@mindex exp2
+@mindex exp2-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/exp2f.html}
-Gnulib module: exp2f
+Gnulib module: exp2f or exp2f-ieee
@mindex exp2f
+@mindex exp2f-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/expf.html}
-Gnulib module: expf
+Gnulib module: expf or expf-ieee
@mindex expf
+@mindex expf-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/expl.html}
-Gnulib module: expl
+Gnulib module: expl or expl-ieee
@mindex expl
+@mindex expl-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/expm1l.html}
-Gnulib module: expm1l
+Gnulib module: expm1l or expm1l-ieee
@mindex expm1l
+@mindex expm1l-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/fabs.html}
-Gnulib module: fabs
+Gnulib module: fabs or fabs-ieee
@mindex fabs
+@mindex fabs-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/fabsf.html}
-Gnulib module: fabsf
+Gnulib module: fabsf or fabsf-ieee
@mindex fabsf
+@mindex fabsf-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/fabsl.html}
-Gnulib module: fabsl
+Gnulib module: fabsl or fabsl-ieee
@mindex fabsl
+@mindex fabsl-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/fma.html}
-Gnulib module: fma
+Gnulib module: fma or fma-ieee
@mindex fma
+@mindex fma-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/fmaf.html}
-Gnulib module: fmaf
+Gnulib module: fmaf or fmaf-ieee
@mindex fmaf
+@mindex fmaf-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/fmal.html}
-Gnulib module: fmal
+Gnulib module: fmal or fmal-ieee
@mindex fmal
+@mindex fmal-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/frexp.html}
-Gnulib module: frexp
+Gnulib module: frexp or frexp-ieee
@mindex frexp
+@mindex frexp-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/frexpf.html}
-Gnulib module: frexpf
+Gnulib module: frexpf or frexpf-ieee
@mindex frexpf
+@mindex frexpf-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/frexpl.html}
-Gnulib module: frexpl
+Gnulib module: frexpl or frexpl-ieee
@mindex frexpl
+@mindex frexpl-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/ldexp.html}
-Gnulib module: ldexp
+Gnulib module: ldexp or ldexp-ieee
@mindex ldexp
+@mindex ldexp-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/ldexpf.html}
-Gnulib module: ldexpf
+Gnulib module: ldexpf or ldexpf-ieee
@mindex ldexpf
+@mindex ldexpf-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/ldexpl.html}
-Gnulib module: ldexpl
+Gnulib module: ldexpl or ldexpl-ieee
@mindex ldexpl
+@mindex ldexpl-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/log10l.html}
-Gnulib module: log10l
+Gnulib module: log10l or log10l-ieee
@mindex log10l
+@mindex log10l-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/log2l.html}
-Gnulib module: log2l
+Gnulib module: log2l or log2l-ieee
@mindex log2l
+@mindex log2l-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/logb.html}
-Gnulib module: logb
+Gnulib module: logb or logb-ieee
@mindex logb
+@mindex logb-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/logbf.html}
-Gnulib module: logbf
+Gnulib module: logbf or logbf-ieee
@mindex logbf
+@mindex logbf-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/logbl.html}
-Gnulib module: logbl
+Gnulib module: logbl or logbl-ieee
@mindex logbl
+@mindex logbl-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/logl.html}
-Gnulib module: logl
+Gnulib module: logl or logl-ieee
@mindex logl
+@mindex logl-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/rint.html}
-Gnulib module: rint
+Gnulib module: rint or rint-ieee
@mindex rint
+@mindex rint-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/rintf.html}
-Gnulib module: rintf
+Gnulib module: rintf or rintf-ieee
@mindex rintf
+@mindex rintf-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/rintl.html}
-Gnulib module: rintl
+Gnulib module: rintl or rintl-ieee
@mindex rintl
+@mindex rintl-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/sqrt.html}
-Gnulib module: sqrt
+Gnulib module: sqrt or sqrt-ieee
@mindex sqrt
+@mindex sqrt-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/sqrtf.html}
-Gnulib module: sqrtf
+Gnulib module: sqrtf or sqrtf-ieee
@mindex sqrtf
+@mindex sqrtf-ieee
Portability problems fixed by Gnulib:
@itemize
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/sqrtl.html}
-Gnulib module: sqrtl
+Gnulib module: sqrtl or sqrtl-ieee
@mindex sqrtl
+@mindex sqrtl-ieee
Portability problems fixed by Gnulib:
@itemize