# define TGSOURCE "../complex/csinh.c"
#include "_tgmath.h"
#include <complex.h>
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)
*/