summaryrefslogtreecommitdiffstats
path: root/include/complex.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Rotting in an old src tree since: March 2005
* 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
| | | | | | | needed for cases where GCC's builtin functions cannot be used and for compilers that don't know about them. Approved by: das (mentor)
* Remove the macros for creal{,f} and cimag{,f}. They failed to convert theirstefanf2004-05-301-7/+0
| | | | | | | | | arguments to the needed type and so the result type depended on the argument type. Fixing them isn't really worth the effort because GCC emits the same assembler code with or without them. Not minded by: ru Approved by: das (mentor)
* Breath deep and take __P out of the system include files.imp2002-03-231-6/+6
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostlyru2001-06-131-0/+60
to fix the "-nostdinc WARNS=X" breakage caused by broken prototypes for cabs() and cabsl() in <math.h>. Reimplemented cabs() and cabsl() using new complex numbers types and moved prototypes from <math.h> to <complex.h>.
OpenPOWER on IntegriCloud