newlib/newlib/libm/complex
Yaakov Selkowitz a9ab09dfa9 libm/complex: add clog10, clog10f
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>
2016-02-22 14:43:41 -06:00
..
Makefile.am libm/complex: add clog10, clog10f 2016-02-22 14:43:41 -06:00
Makefile.in libm/complex: add clog10, clog10f 2016-02-22 14:43:41 -06:00
cabs.c * libc/include/complex.h (cabsl): Add prototype. 2015-02-06 16:14:04 +00:00
cabsf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cabsl.c * libc/include/complex.h (cabsl): Add prototype. 2015-02-06 16:14:04 +00:00
cacos.c * libm/complex/cacos.c: Use temporaries and correct sequencing 2011-07-13 07:18:54 +00:00
cacosf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cacosh.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
cacoshf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
carg.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
cargf.c * libm/complex/cargf.c: Use crealf instead of creal. 2010-11-26 08:59:22 +00:00
casin.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
casinf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
casinh.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
casinhf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
catan.c * libm/complex/catan.c, libm/complex/catanf.c, 2010-11-29 12:15:02 +00:00
catanf.c * libm/complex/catan.c, libm/complex/catanf.c, 2010-11-29 12:15:02 +00:00
catanh.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
catanhf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
ccos.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
ccosf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
ccosh.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
ccoshf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cephes_subr.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cephes_subr.h * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cephes_subrf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cephes_subrf.h * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cexp.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
cexpf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cimag.c * libc/include/complex.h (cabsl): Add prototype. 2015-02-06 16:14:04 +00:00
cimagf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cimagl.c * libc/include/complex.h (cabsl): Add prototype. 2015-02-06 16:14:04 +00:00
clog.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
clog10.c libm/complex: add clog10, clog10f 2016-02-22 14:43:41 -06:00
clog10f.c libm/complex: add clog10, clog10f 2016-02-22 14:43:41 -06:00
clogf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
complex.tex libm/complex: add clog10, clog10f 2016-02-22 14:43:41 -06:00
conj.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
conjf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cpow.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
cpowf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cproj.c 2011-03-01 Aaron Landwehr <snaphat@gmail.com> 2011-03-01 21:43:15 +00:00
cprojf.c 2011-03-01 Aaron Landwehr <snaphat@gmail.com> 2011-03-01 21:43:15 +00:00
creal.c * libc/include/complex.h (cabsl): Add prototype. 2015-02-06 16:14:04 +00:00
crealf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
creall.c * libc/include/complex.h (cabsl): Add prototype. 2015-02-06 16:14:04 +00:00
csin.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
csinf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
csinh.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
csinhf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
csqrt.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
csqrtf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
ctan.c * libm/complex/catan.c, libm/complex/catanf.c, 2010-11-29 12:15:02 +00:00
ctanf.c * libm/complex/catan.c, libm/complex/catanf.c, 2010-11-29 12:15:02 +00:00
ctanh.c 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> 2010-10-18 22:40:24 +00:00
ctanhf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00