Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * libm/complex/cacos.c: Use temporaries and correct sequencing | Corinna Vinschen | 2011-07-13 | 1 | -2/+12 |
| | | | | error in previous reordering change. | ||||
* | 2011-03-01 Aaron Landwehr <snaphat@gmail.com> | Jeff Johnston | 2011-03-01 | 2 | -2/+2 |
| | | | | | * libm/complex/cproj.c: Fix typo. * libm/complex/cprojf.c: Ditto. | ||||
* | * libm/complex/catan.c, libm/complex/catanf.c, | Corinna Vinschen | 2010-11-29 | 4 | -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 Vinschen | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | 2010-11-04 Ralf Corsépius <ralf.corsepius@rtems.org> | Jeff Johnston | 2010-11-04 | 1 | -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 Johnston | 2010-10-18 | 25 | -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 Vinschen | 2010-10-08 | 1 | -0/+1 |
| | |||||
* | * libc/include/complex.h: New complex header. | Corinna Vinschen | 2010-10-08 | 50 | -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. |