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