Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libm/complex: add clog10, clog10f | Yaakov Selkowitz | 2016-02-22 | 1 | -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> | ||||
* | * libm/complex/complex.tex: Fix wrong syntax in documentation. | Corinna Vinschen | 2014-02-20 | 1 | -23/+44 |
| | | | | * libm/math/math.tex: Ditto. | ||||
* | 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> | Jeff Johnston | 2010-10-18 | 1 | -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 | ||||
* | * libm/complex/complex.tex: Add empty stub. | Corinna Vinschen | 2010-10-08 | 1 | -0/+1 |