C Programming/complex.h/csinh

Prototypes edit

double complex csinh(double complex z);
float complex csinhf(float complex z);
long double complex csinhl(long double complex z);

Description edit

These functions compute and return the complex hyperbolic sine value.