summaryrefslogtreecommitdiff
path: root/include/complex.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-11-05Implementations of cexpl()Steve Kargl
2018-07-15msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsdMatt Macy
2018-05-13Add implementations for clog(3), clogf(3), and clog(3).Konstantin Belousov
2017-11-25include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-18Add new catrigl.c (r313761) APIs to include/complex.hMahdi Mokhtari
2013-05-30I'm happy to finally commit stephen@'s implementations of cacos,David Schultz
2013-05-25Add C11 macros CMPLX(), CMPLXF() and CMPLXL().Ed Schouten
2012-01-17Only use the static assertion when __generic is available.Ed Schouten
2012-01-05Remove redundant inclusion of <sys/cdefs.h>.Ed Schouten
2012-01-05Make _Complex_I a proper float _Complex when using GCC 4.2.Ed Schouten
2011-10-17Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withDavid Schultz
2011-03-07Add missing declarations that I intended to commit with r219359.David Schultz
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