diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-14 18:55:57 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-14 18:55:57 +0000 |
commit | 1a8696985f9850ebbeccde41d5afb2e17bc6d1bc (patch) | |
tree | 29cec77464cbaebbc2148d7c28e2fec2805ff077 /newlib/libm/math/math.tex | |
parent | e0811fb3bfaffab5f8777faab0711a21bce16ca9 (diff) | |
download | cygnal-1a8696985f9850ebbeccde41d5afb2e17bc6d1bc.tar.gz cygnal-1a8696985f9850ebbeccde41d5afb2e17bc6d1bc.tar.bz2 cygnal-1a8696985f9850ebbeccde41d5afb2e17bc6d1bc.zip |
2005-10-14 Bob Wilson <bob.wilson@acm.org>
* libm/common/Makefile.am (doc): Do not append to $(TARGETDOC).
* libm/common/Makefile.in: Regenerate.
* libm/common/common.tex: Delete file.
* libm/math/math.tex: Include .def files from common/.
* libm/mathfp/mathfp.tex: Likewise.
Diffstat (limited to 'newlib/libm/math/math.tex')
-rw-r--r-- | newlib/libm/math/math.tex | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/newlib/libm/math/math.tex b/newlib/libm/math/math.tex index abe8bce5c..0c84e618a 100644 --- a/newlib/libm/math/math.tex +++ b/newlib/libm/math/math.tex @@ -139,6 +139,12 @@ The library is set to X/Open mode by default. @include math/wj0.def @page +@include common/scbrt.def + +@page +@include common/scopysign.def + +@page @include math/wcosh.def @page @@ -148,6 +154,9 @@ The library is set to X/Open mode by default. @include math/wexp.def @page +@include common/sexpm1.def + +@page @include math/sfabs.def @page @@ -166,6 +175,12 @@ The library is set to X/Open mode by default. @include math/whypot.def @page +@include common/silogb.def + +@page +@include common/sinfinity.def + +@page @include math/sisnan.def @page @@ -178,12 +193,30 @@ The library is set to X/Open mode by default. @include math/wlog10.def @page +@include common/slog1p.def + +@page +@include common/smatherr.def + +@page +@include common/smodf.def + +@page +@include common/snan.def + +@page +@include common/snextafter.def + +@page @include math/wpow.def @page @include math/wremainder.def @page +@include common/sscalbn.def + +@page @include math/wsqrt.def @page |