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