Computes the complex hyperbolic sine.
#include <complex.h>
double complex csinh (z)
double complex z;
float complex csinhf (z)
float complex z;
long double complex csinhl (z)
long double complex z;
The csinh, csinhf, and csinhl subroutines compute the complex hyperbolic sine of the value specified by the z parameter.
Item | Description |
---|---|
z | Specifies the value to be computed. |
The csinh, csinhf, and csinhl subroutines return the complex hyperbolic sine value.