C Programming/complex.h/ccosh

Prototypes

edit
double complex ccosh(double complex z);
float complex ccoshf(float complex z);
long double complex ccoshl(long double complex z);

Description

edit

These functions compute and return the complex hyperbolic cosine value.