# define TGSOURCE "csinh.c" #include "nonstd/tgmath.h" #include TYPE complex TGFN(csinh)(TYPE complex z) { return 0.0; } /*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) */