summaryrefslogtreecommitdiff
path: root/include/complex.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-02fix mismatched parens in CMPLX def for annex-g-conforming compilersRich Felker1-1/+1
2014-12-17make the definition of _Complex_I explicitly complexRich Felker1-2/+2
2014-12-17make the result of the cimag macro a non-lvalueRich Felker1-1/+1
2014-12-17fix definition of CMPLX macros in complex.h to work in constant expressionsRich Felker1-3/+9
2014-12-09don't shadow functions with macros in C++Bobby Bingham1-0/+2
2012-12-11make CMPLX macros available in complex.h in non-c11 mode as wellSzabolcs Nagy1-2/+0
2012-11-13complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy1-0/+9
2012-10-21complex: make _Complex_I work with gcc -std=c99 -pedantic-errorsnsz1-0/+4
2012-03-22simplify creal and cimag macrosRich Felker1-8/+8
2012-03-22add creal/cimag macros in complex.h (and use them in the functions defs)Rich Felker1-0/+11
2012-03-13first commit of the new libm!Rich Felker1-0/+103