about summary refs log tree commit diff
path: root/include/complex.h
Commit message (Expand)AuthorAgeFilesLines
* fix mismatched parens in CMPLX def for annex-g-conforming compilersRich Felker2015-11-021-1/+1
* make the definition of _Complex_I explicitly complexRich Felker2014-12-171-2/+2
* make the result of the cimag macro a non-lvalueRich Felker2014-12-171-1/+1
* fix definition of CMPLX macros in complex.h to work in constant expressionsRich Felker2014-12-171-3/+9
* don't shadow functions with macros in C++Bobby Bingham2014-12-091-0/+2
* 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