diff options
Diffstat (limited to 'src/complex/catanh.c')
| -rw-r--r-- | src/complex/catanh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/complex/catanh.c b/src/complex/catanh.c index 198fc5ea..8b5c6109 100644 --- a/src/complex/catanh.c +++ b/src/complex/catanh.c @@ -1,10 +1,10 @@ -# define TGSOURCE "../complex/catanh.c" +# define TGSOURCE "complex/catanh.c" #include "_tgmath.h" #include <complex.h> #include "math.h" #include "fenv.h" -#include "../math/M_PI_2.c" +#include "math/M_PI_2.c" TYPE complex TGFN(catanh)(TYPE complex z) { |
