summaryrefslogtreecommitdiff
path: root/src/internal/complex_impl.h
AgeCommit message (Collapse)AuthorLines
2019-04-17math: move complex math out of libm.hSzabolcs Nagy-0/+22
This makes it easier to build musl math code with a compiler that does not support complex types (tcc) and in general more sensible factorization of the internal headers.