summaryrefslogtreecommitdiffstats
path: root/newlib/libm/complex
Commit message (Collapse)AuthorAgeFilesLines
* * libm/complex/cacos.c: Use temporaries and correct sequencingCorinna Vinschen2011-07-131-2/+12
| | | | error in previous reordering change.
* 2011-03-01 Aaron Landwehr <snaphat@gmail.com>Jeff Johnston2011-03-012-2/+2
| | | | | * libm/complex/cproj.c: Fix typo. * libm/complex/cprojf.c: Ditto.
* * libm/complex/catan.c, libm/complex/catanf.c,Corinna Vinschen2010-11-294-12/+4
| | | | | libm/complex/ctan.c, libm/complex/ctanf.c: Use HUGE_VAL instead of MAXNUM.
* * libm/complex/cargf.c: Use crealf instead of creal.Corinna Vinschen2010-11-261-1/+1
|
* 2010-11-04 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2010-11-041-1/+2
| | | | | * libm/complex/cacos.c: Reorder function calls to work around ICE in arm/thumb-gcc.
* 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it>Jeff Johnston2010-10-1825-3/+908
| | | | | | | | | | | | | * 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 Vinschen2010-10-081-0/+1
|
* * libc/include/complex.h: New complex header.Corinna Vinschen2010-10-0850-0/+3350
* libm/common/fdlibm.h: Added ifdef _COMPLEX_H. * libm/complex/*: New complex functions imported from NetBSD. * libm/Makefile.am: Added complex subdir. * libm/Makefile.in: Regenerate. * libm/configure.in: Added complex subdir. * libm/configure: Regenerate.