summaryrefslogtreecommitdiffstats
path: root/include/complex.h
Commit message (Expand)AuthorAgeFilesLines
* Only use the static assertion when __generic is available.ed2012-01-171-0/+3
* Remove redundant inclusion of <sys/cdefs.h>.ed2012-01-051-2/+0
* Make _Complex_I a proper float _Complex when using GCC 4.2.ed2012-01-051-1/+5
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withdas2011-10-171-1/+13
* Add missing declarations that I intended to commit with r219359.das2011-03-071-0/+2
* Implement cproj{,f,l}().das2008-08-071-0/+4
* Annotate creal(), cimag(), and conj() with __pure2.das2008-08-071-9/+10
* Implement csqrtl().das2008-03-301-0/+2
* Hook hypotl() and cabsl() up to the build.das2008-03-301-1/+2
* Implement and document csqrt(3) and csqrtf(3).das2007-12-151-1/+3
* Implement carg(3) and cargf(3).das2007-12-121-0/+2
* Stop defining '_Complex' in a C99 environment, it is supposed to be a keyword.stefanf2004-08-141-0/+2
* Use tabulators after '#define'.stefanf2004-08-141-5/+5
* Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They arestefanf2004-05-301-6/+12
* Remove the macros for creal{,f} and cimag{,f}. They failed to convert theirstefanf2004-05-301-7/+0
* Breath deep and take __P out of the system include files.imp2002-03-231-6/+6
* Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostlyru2001-06-131-0/+60
OpenPOWER on IntegriCloud