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:
committed by
Rich Felker
parent
e980ca7a57
commit
2d72b58070
+1
-1
@@ -1,4 +1,4 @@
|
||||
#include "libm.h"
|
||||
#include "complex_impl.h"
|
||||
|
||||
/* cos(z) = cosh(i z) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user