about summary refs log tree commit diff
path: root/include/complex.h
Commit message (Expand)AuthorAgeFilesLines
* make CMPLX macros available in complex.h in non-c11 mode as wellSzabolcs Nagy2012-12-111-2/+0
* complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy2012-11-131-0/+9
* complex: make _Complex_I work with gcc -std=c99 -pedantic-errorsnsz2012-10-211-0/+4
* simplify creal and cimag macrosRich Felker2012-03-221-8/+8
* add creal/cimag macros in complex.h (and use them in the functions defs)Rich Felker2012-03-221-0/+11
* first commit of the new libm!Rich Felker2012-03-131-0/+103