# define TGSOURCE "ccosh.c" #include "nonstd/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) */