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