diff options
Diffstat (limited to 'src/complex/clog.c')
| -rw-r--r-- | src/complex/clog.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/complex/clog.c b/src/complex/clog.c index 914ca1c6..e0ab86ab 100644 --- a/src/complex/clog.c +++ b/src/complex/clog.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(clog)(TYPE complex z) { int classr = fpclassify(TGFN(creal)(z)); |
