| Commit message (Expand) | Author | Age | Files | Lines |
* | Only use the static assertion when __generic is available. | ed | 2012-01-17 | 1 | -0/+3 |
* | Remove redundant inclusion of <sys/cdefs.h>. | ed | 2012-01-05 | 1 | -2/+0 |
* | Make _Complex_I a proper float _Complex when using GCC 4.2. | ed | 2012-01-05 | 1 | -1/+5 |
* | Add c{cos,sin,tan}{,h}{,f} functions. This is joint work with | das | 2011-10-17 | 1 | -1/+13 |
* | Add missing declarations that I intended to commit with r219359. | das | 2011-03-07 | 1 | -0/+2 |
* | Implement cproj{,f,l}(). | das | 2008-08-07 | 1 | -0/+4 |
* | Annotate creal(), cimag(), and conj() with __pure2. | das | 2008-08-07 | 1 | -9/+10 |
* | Implement csqrtl(). | das | 2008-03-30 | 1 | -0/+2 |
* | Hook hypotl() and cabsl() up to the build. | das | 2008-03-30 | 1 | -1/+2 |
* | Implement and document csqrt(3) and csqrtf(3). | das | 2007-12-15 | 1 | -1/+3 |
* | Implement carg(3) and cargf(3). | das | 2007-12-12 | 1 | -0/+2 |
* | Stop defining '_Complex' in a C99 environment, it is supposed to be a keyword. | stefanf | 2004-08-14 | 1 | -0/+2 |
* | Use tabulators after '#define'. | stefanf | 2004-08-14 | 1 | -5/+5 |
* | Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are | stefanf | 2004-05-30 | 1 | -6/+12 |
* | Remove the macros for creal{,f} and cimag{,f}. They failed to convert their | stefanf | 2004-05-30 | 1 | -7/+0 |
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 1 | -6/+6 |
* | Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostly | ru | 2001-06-13 | 1 | -0/+60 |