# define TGSOURCE "../complex/cacosh.c" #include "_tgmath.h" #include TYPE complex TGFN(cacosh)(TYPE complex z) { return z; } /*d The cacosh functions compute the complex arc hyperbolic cosine of z, with a branch cut at values less than 1 along the real axis. d*/ /*r The cacosh functions return the complex arc hyperbolic cosine value, in the range of a half-strip of non-negative values along the real axis and in the interval [−i π , +i π ] along the imaginary axis. r*/ /* STDC(199901) LINK(m) */