]> Savannah Git Hosting - gnulib.git/commit
doc: Mention <math.h> function that were added in ISO C23.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Jul 2024 17:21:05 +0000 (19:21 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Jul 2024 17:21:41 +0000 (19:21 +0200)
commitf6c1e90dcf4e8ef437457522adc9e0dac6760903
tree8890d9ae2419edc61a19a6f0dee2600503b2c083
parent5cc8182235959a2936fdc2f006b2cbf899635d25
doc: Mention <math.h> function that were added in ISO C23.

* doc/posix-functions/acospi.texi: New file.
* doc/posix-functions/acospif.texi: New file.
* doc/posix-functions/acospil.texi: New file.
* doc/posix-functions/asinpi.texi: New file.
* doc/posix-functions/asinpif.texi: New file.
* doc/posix-functions/asinpil.texi: New file.
* doc/posix-functions/atanpi.texi: New file.
* doc/posix-functions/atanpif.texi: New file.
* doc/posix-functions/atanpil.texi: New file.
* doc/posix-functions/atan2pi.texi: New file.
* doc/posix-functions/atan2pif.texi: New file.
* doc/posix-functions/atan2pil.texi: New file.
* doc/posix-functions/compoundn.texi: New file.
* doc/posix-functions/compoundnf.texi: New file.
* doc/posix-functions/compoundnl.texi: New file.
* doc/posix-functions/cospi.texi: New file.
* doc/posix-functions/cospif.texi: New file.
* doc/posix-functions/cospil.texi: New file.
* doc/posix-functions/exp10.texi: Moved here from doc/glibc-functions/.
* doc/posix-functions/exp10f.texi: Moved here from doc/glibc-functions/.
* doc/posix-functions/exp10l.texi: Moved here from doc/glibc-functions/.
* doc/posix-functions/exp10m1.texi: New file.
* doc/posix-functions/exp10m1f.texi: New file.
* doc/posix-functions/exp10m1l.texi: New file.
* doc/posix-functions/exp2m1.texi: New file.
* doc/posix-functions/exp2m1f.texi: New file.
* doc/posix-functions/exp2m1l.texi: New file.
* doc/posix-functions/log10p1.texi: New file.
* doc/posix-functions/log10p1f.texi: New file.
* doc/posix-functions/log10p1l.texi: New file.
* doc/posix-functions/log2p1.texi: New file.
* doc/posix-functions/log2p1f.texi: New file.
* doc/posix-functions/log2p1l.texi: New file.
* doc/posix-functions/logp1.texi: New file.
* doc/posix-functions/logp1f.texi: New file.
* doc/posix-functions/logp1l.texi: New file.
* doc/posix-functions/pown.texi: New file.
* doc/posix-functions/pownf.texi: New file.
* doc/posix-functions/pownl.texi: New file.
* doc/posix-functions/powr.texi: New file.
* doc/posix-functions/powrf.texi: New file.
* doc/posix-functions/powrl.texi: New file.
* doc/posix-functions/rootn.texi: New file.
* doc/posix-functions/rootnf.texi: New file.
* doc/posix-functions/rootnl.texi: New file.
* doc/posix-functions/rsqrt.texi: New file.
* doc/posix-functions/rsqrtf.texi: New file.
* doc/posix-functions/rsqrtl.texi: New file.
* doc/posix-functions/sinpi.texi: New file.
* doc/posix-functions/sinpif.texi: New file.
* doc/posix-functions/sinpil.texi: New file.
* doc/posix-functions/tanpi.texi: New file.
* doc/posix-functions/tanpif.texi: New file.
* doc/posix-functions/tanpil.texi: New file.
* doc/gnulib.texi (Function Substitutes): Include them.
(Glibc math.h): Don't include glibc-functions/exp10*.texi.
59 files changed:
ChangeLog
doc/glibc-functions/exp10.texi [deleted file]
doc/glibc-functions/exp10f.texi [deleted file]
doc/glibc-functions/exp10l.texi [deleted file]
doc/gnulib.texi
doc/posix-functions/acospi.texi [new file with mode: 0644]
doc/posix-functions/acospif.texi [new file with mode: 0644]
doc/posix-functions/acospil.texi [new file with mode: 0644]
doc/posix-functions/asinpi.texi [new file with mode: 0644]
doc/posix-functions/asinpif.texi [new file with mode: 0644]
doc/posix-functions/asinpil.texi [new file with mode: 0644]
doc/posix-functions/atan2pi.texi [new file with mode: 0644]
doc/posix-functions/atan2pif.texi [new file with mode: 0644]
doc/posix-functions/atan2pil.texi [new file with mode: 0644]
doc/posix-functions/atanpi.texi [new file with mode: 0644]
doc/posix-functions/atanpif.texi [new file with mode: 0644]
doc/posix-functions/atanpil.texi [new file with mode: 0644]
doc/posix-functions/compoundn.texi [new file with mode: 0644]
doc/posix-functions/compoundnf.texi [new file with mode: 0644]
doc/posix-functions/compoundnl.texi [new file with mode: 0644]
doc/posix-functions/cospi.texi [new file with mode: 0644]
doc/posix-functions/cospif.texi [new file with mode: 0644]
doc/posix-functions/cospil.texi [new file with mode: 0644]
doc/posix-functions/exp10.texi [new file with mode: 0644]
doc/posix-functions/exp10f.texi [new file with mode: 0644]
doc/posix-functions/exp10l.texi [new file with mode: 0644]
doc/posix-functions/exp10m1.texi [new file with mode: 0644]
doc/posix-functions/exp10m1f.texi [new file with mode: 0644]
doc/posix-functions/exp10m1l.texi [new file with mode: 0644]
doc/posix-functions/exp2m1.texi [new file with mode: 0644]
doc/posix-functions/exp2m1f.texi [new file with mode: 0644]
doc/posix-functions/exp2m1l.texi [new file with mode: 0644]
doc/posix-functions/log10p1.texi [new file with mode: 0644]
doc/posix-functions/log10p1f.texi [new file with mode: 0644]
doc/posix-functions/log10p1l.texi [new file with mode: 0644]
doc/posix-functions/log2p1.texi [new file with mode: 0644]
doc/posix-functions/log2p1f.texi [new file with mode: 0644]
doc/posix-functions/log2p1l.texi [new file with mode: 0644]
doc/posix-functions/logp1.texi [new file with mode: 0644]
doc/posix-functions/logp1f.texi [new file with mode: 0644]
doc/posix-functions/logp1l.texi [new file with mode: 0644]
doc/posix-functions/pown.texi [new file with mode: 0644]
doc/posix-functions/pownf.texi [new file with mode: 0644]
doc/posix-functions/pownl.texi [new file with mode: 0644]
doc/posix-functions/powr.texi [new file with mode: 0644]
doc/posix-functions/powrf.texi [new file with mode: 0644]
doc/posix-functions/powrl.texi [new file with mode: 0644]
doc/posix-functions/rootn.texi [new file with mode: 0644]
doc/posix-functions/rootnf.texi [new file with mode: 0644]
doc/posix-functions/rootnl.texi [new file with mode: 0644]
doc/posix-functions/rsqrt.texi [new file with mode: 0644]
doc/posix-functions/rsqrtf.texi [new file with mode: 0644]
doc/posix-functions/rsqrtl.texi [new file with mode: 0644]
doc/posix-functions/sinpi.texi [new file with mode: 0644]
doc/posix-functions/sinpif.texi [new file with mode: 0644]
doc/posix-functions/sinpil.texi [new file with mode: 0644]
doc/posix-functions/tanpi.texi [new file with mode: 0644]
doc/posix-functions/tanpif.texi [new file with mode: 0644]
doc/posix-functions/tanpil.texi [new file with mode: 0644]