Everything

csinhf / csinh / csinhl


Calculates the hyperbolic sine of a complex number.

[Format]

#include <complex.h>

float complex csinhf(float complex z);

double complex csinh(double complex z);

long double complex csinhl(long double complex z);

[Parameters]

z Complex number for which hyperbolic sine is to be computed

[Return values]

Complex hyperbolic sine of z