summaryrefslogtreecommitdiffstats
path: root/include/tgmath.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement C99's standard header <tgmath.h>. It provides type-generic macrosstefanf2004-08-081-0/+166
for the <math.h> and <complex.h> functions that have float, double and long double implementations. Such type-generic macros expand to an actual function, depending on the types of the macro arguments, eg. if <tgmath.h> is included, the invocation cos(1.0f) calls the function cosf().
OpenPOWER on IntegriCloud