about summary refs log tree commit diff
path: root/src/internal/complex_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* math: move complex math out of libm.hSzabolcs Nagy2019-04-171-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.