summaryrefslogtreecommitdiff
path: root/include/complex.h
AgeCommit message (Expand)Author
2008-08-07Implement cproj{,f,l}().David Schultz
2008-08-07Annotate creal(), cimag(), and conj() with __pure2.David Schultz
2008-03-30Implement csqrtl().David Schultz
2008-03-30Hook hypotl() and cabsl() up to the build.David Schultz
2007-12-15Implement and document csqrt(3) and csqrtf(3).David Schultz
2007-12-12Implement carg(3) and cargf(3).David Schultz
2004-08-14Stop defining '_Complex' in a C99 environment, it is supposed to be a keyword.Stefan Farfeleder
2004-08-14Use tabulators after '#define'.Stefan Farfeleder
2004-05-30Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They areStefan Farfeleder
2004-05-30Remove the macros for creal{,f} and cimag{,f}. They failed to convert theirStefan Farfeleder
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2001-06-13Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostlyRuslan Ermilov