7.3.6.5 The csinh functions
Synopsis
#include <complex.h>
double complex csinh(double complex z);
float complex csinhf(float complex z);
long double complex csinhl(long double complex z);
Description
The csinh functions compute the complex hyperbolic sine of z.
Returns
The csinh functions return the complex hyperbolic sine value.