diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-16 18:56:31 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-16 18:56:31 -0400 |
commit | 0f95ad02491fe3b0b9c66c60b3655751cdc74cea (patch) | |
tree | 90ef86508776eb168c4ed5d5542faab22cfffebb /src/complex/casinh.c | |
parent | c054c0e7fa09235b6ab79e1bebb2ebdc0bc0d00e (diff) |
clean up includes
Diffstat (limited to 'src/complex/casinh.c')
-rw-r--r-- | src/complex/casinh.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/complex/casinh.c b/src/complex/casinh.c index 71414e43..4386d5ee 100644 --- a/src/complex/casinh.c +++ b/src/complex/casinh.c @@ -4,8 +4,6 @@ #include "math.h" #include "fenv.h" -#include "math/M_PI_4.c" - TYPE complex TGFN(casinh)(TYPE complex z) { int classr = fpclassify(TGFN(creal)(z)); |