# define TGSOURCE "../complex/ctanh.c" #include "_tgmath.h" #include TYPE complex TGFN(ctanh)(TYPE complex z) { return z; } /*d The ctanh functions compute the complex hyperbolic tangent of z. d*/ /*r The ctanh functions return the complex hyperbolic tangent value. r*/ /* STDC(199901) LINK(m) */