aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/complex/complex.tex
AgeCommit message (Collapse)AuthorFilesLines
2024-01-22newlib: docs: add "Function " to every function nodeMike Frysinger1-23/+23
When creating a split manual with one-node-per-page, the main index.html ends up getting clobbered by the page for the index() function because it uses "@node index" which, for html, also creates an index.html page. To remedy this, add "Function " to every function node so now we output "Function-index.html" and avoid clobbering. It also namespaces every other function and helps make sure we don't clobber anything else. Otherwise, there isn't really much rendering difference as @node text is mostly internal. Node title text comes from @section instead.
2016-02-22libm/complex: add clog10, clog10fYaakov Selkowitz1-0/+3
newlib/ * libc/include/complex.h (clog10, clog10f): Declare. * libm/complex/Makefile.am (src): Add clog10.c. (fsrc): Add clog10f.c. (CHEWOUT_FILES): Add clog10.def. * libm/complex/Makefile.in: Regenerate. * libm/complex/clog10.c: New file. * libm/complex/clog10f.c: New file. * libm/complex/complex.tex: Add references to clog10 docs. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2014-02-20 * libm/complex/complex.tex: Fix wrong syntax in documentation.Corinna Vinschen1-23/+44
* libm/math/math.tex: Ditto.
2010-10-182010-10-18 Marco Atzeri <marco_atzeri@yahoo.it>Jeff Johnston1-1/+55
* libm/Makefile.am: added complex functions documentation * libm/libm.texinfo: ditto * libm/complex/Makefile.am: Ditto * libm/complex/complex.tex: Ditto * libm/complex/(cabs.c, cacos.c, cacosh.c, carg.c, casin.c, casinh.c, catan.c, catanh.c, ccos.c, ccosh.c, cexp.c, cimag.c, clog.c, conj.c, cpow.c, cproj.c, creal.c, csin.c, csinh.c, csqrt.c, ctan.c, ctanh.c): Ditto * libm/Makefile.in: Regenerate * libm/complex/Makefile.in: Ditto
2010-10-08 * libm/complex/complex.tex: Add empty stub.Corinna Vinschen1-0/+1