math: move complex math out of libm.h

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.
This commit is contained in:
Szabolcs Nagy
2019-04-17 13:03:52 -04:00
committed by Rich Felker
parent e980ca7a57
commit 2d72b58070
67 changed files with 87 additions and 80 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "libm.h"
#include "complex_impl.h"
/* cos(z) = cosh(i z) */