diff options
Diffstat (limited to 'src/complex/cacos.c')
-rw-r--r-- | src/complex/cacos.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/complex/cacos.c b/src/complex/cacos.c index aaf45137..5df9c0df 100644 --- a/src/complex/cacos.c +++ b/src/complex/cacos.c @@ -4,10 +4,6 @@ #include "math.h" #include "fenv.h" -#include "math/M_PI.c" -#include "math/M_PI_2.c" -#include "math/M_PI_4.c" - TYPE complex TGFN(cacos)(TYPE complex z) { int classr = fpclassify(TGFN(creal)(z)); |