diff options
Diffstat (limited to 'src/complex/catanh.c')
-rw-r--r-- | src/complex/catanh.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/complex/catanh.c b/src/complex/catanh.c index 8b5c6109..69ccfd48 100644 --- a/src/complex/catanh.c +++ b/src/complex/catanh.c @@ -4,8 +4,6 @@ #include "math.h" #include "fenv.h" -#include "math/M_PI_2.c" - TYPE complex TGFN(catanh)(TYPE complex z) { int classr = fpclassify(TGFN(creal)(z)); |