7.3.6.5 The csinh functions

Synopsis

1

#include <complex.h>
double complex csinh(double complex z);
float complex csinhf(float complex z);
long double complex csinhl(long double complex z);

Description

2

The csinh functions compute the complex hyperbolic sine of z.

Returns

3

The csinh functions return the complex hyperbolic sine value.