]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Document the *-ieee modules.
authorBruno Haible <bruno@clisp.org>
Thu, 26 Dec 2024 06:21:51 +0000 (07:21 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 26 Dec 2024 06:21:51 +0000 (07:21 +0100)
* 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.

33 files changed:
ChangeLog
doc/posix-functions/cbrt.texi
doc/posix-functions/cbrtf.texi
doc/posix-functions/exp.texi
doc/posix-functions/exp2.texi
doc/posix-functions/exp2f.texi
doc/posix-functions/expf.texi
doc/posix-functions/expl.texi
doc/posix-functions/expm1l.texi
doc/posix-functions/fabs.texi
doc/posix-functions/fabsf.texi
doc/posix-functions/fabsl.texi
doc/posix-functions/fma.texi
doc/posix-functions/fmaf.texi
doc/posix-functions/fmal.texi
doc/posix-functions/frexp.texi
doc/posix-functions/frexpf.texi
doc/posix-functions/frexpl.texi
doc/posix-functions/ldexp.texi
doc/posix-functions/ldexpf.texi
doc/posix-functions/ldexpl.texi
doc/posix-functions/log10l.texi
doc/posix-functions/log2l.texi
doc/posix-functions/logb.texi
doc/posix-functions/logbf.texi
doc/posix-functions/logbl.texi
doc/posix-functions/logl.texi
doc/posix-functions/rint.texi
doc/posix-functions/rintf.texi
doc/posix-functions/rintl.texi
doc/posix-functions/sqrt.texi
doc/posix-functions/sqrtf.texi
doc/posix-functions/sqrtl.texi

index e5e14d17027abe5ebbba1f743bc8a564eb150f9d..4c227c3d0babcfca7dc6b794bd7d99be5b987814 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+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.
index a17d6ceb4e909c999ee9191db386cff99e609087..c7ab45713f14dc6ffce46a325e08971e003cc6c5 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 7f2f7f2fb35531298ee7fd952d03f17ebece6349..0802e4bfff5141cb98a9e801eebdfc6f93e2d131 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 6ec58d232f229788885a58abee7a87a690524725..7e57e501db74095ae0473cb301c243b905e06e79 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 9ed7eb55199306a903e6ba2caa4a73a6caaaabe8..dd5800d1f6081fc21cfab6aabe844f6f6feb1782 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index ab3ddecc4fb700f40d1a43cebbea3d5b4c6b606b..74eedeece8bb2ab31a94938fd4541fbf26b72dd5 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 252310ef805c94fc398088de33baa1708eb2d6fa..422527b04ee559c7c748562fa4710a70b86666ab 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 3eac73e80478ad24ed158d2ad61c635e34a4d0d2..a4e70148bcb47d6049c8ed88237fcf21d7a05849 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 82160d4fb19bb712d1974d96dbabd82840a8c608..9db7f968588fa6a7712bdeb1a34cbc9378fc75de 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 5533ac173898b28470f68672f38682dd3defa93c..d28c7c5042589ceed42184aabb83cd4b34c26c74 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index e60829a2f1e19e9ab8d73276b745bfcce11f232c..e729e84e8db77f7b069850e355f338e3f70fba00 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index a6a734df44684d21c119bab1bc29074794e1e1ef..c1d10dce9b835fd31c603d2505e08a943d481d25 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 443129dc2cf088c42f3d3e0f7ef59e5beb7ef622..ec45e5286d6133c036d354f58edec018b70a3742 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 3f716363844483bb3d549cef8ef4a98fa07afdcb..11cd70ee195aa6dbac9b75b6e41f9f4c3f677bf9 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index ac25dcf76c0184f38bd4616fd7136d8ed63b0c47..4b96da7bafe12f9a732e4eb5c131624775a159ae 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 2b356163a7ab71b41eff9fb16fdb8acfc7cd6acb..33ff678713e33c4a8c21d3cfe3170c6a768744ae 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 461fd63e1143594ebe8be14203d1de32f37f8ae6..a9580268e24fc11731081f22a306ca5933625bd2 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index c3bf1bbd83fa74c685b0bb72062bf346e93318a5..3ca5ca63c27f4be750543884c5dd47da03c73b54 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 19b79b4e84559e7e56f6bbeca2eba79002fefc81..9c53e59bb8f36c357a8e6397affb7c9400c8c688 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 8a4f7599edd9dae8c247d0ed3a50ae02a14c03e1..3b7cae780e99e027c9f48c3ea565ca4743ca45d3 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 5ddfdf356d608cd114eb4962e7fbf38b29a40d24..6c94e111090b3a9cf97fd5a31224a16e2c256d8e 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index bfb4d3afbc199730424dd96bf949b701fda8ca92..bad17cee5d9473c46d8c128147c9e038e672ed2e 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index f42800ffd80124c7740711740dc091a49898baab..c7652ce28b982d77f1f75006b3de7d9058c7f95c 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 61338b973c75a80d956fdfaf170d60ec3406c696..abf21c1939ae63eda34dbb6eee9d726710f5b4cf 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 402f3fb3b97de1202785d1189b7fa073966e1f9f..83c06ba44b4255d4e3680d54a61f5bac3159c3a2 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 65d5793a233fa47888206aa6ae021a8218e45a06..e73ec5b12950cb0265a3bd9d8aa8a1cf9c5a694d 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index ba5a7b7792cfd0522e6652988f7d00d2178050ca..6878a504f95c5786dc0159428e993ba1a12fe38d 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index e280665a62f16692c7dd9b96e30920730730f76c..60278d3e3dc4f1127da74177ed05a20143d9a159 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index b5e452b95c5860cff370da3989784fbd8dd18180..e06b2c6fe2b835df9aa5f58641045d6cff50e55c 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 1cfdda5165d7bc70fdd0d9e73d17d7fbb47c7324..7109187105c3b3ab8c324c605b9686b0e03573a0 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index ea2aa651eca450f5c6223f9a1952a1076f579434..291559a983ea0f441f699238e5c36a13c27adf30 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index 61b4f572eb41decf7daeb9ec8e4f88cf2ddd647b..3250d348c8ea730caeac62913b7525d58fb4a0d0 100644 (file)
@@ -4,8 +4,9 @@
 
 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
index a6ae00ed8175073c5e9786597eca29969de12fca..58bc328441bca87f9f6a797811ad1c943970b922 100644 (file)
@@ -4,8 +4,9 @@
 
 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