C Programming/complex.h/ccosh

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Prototypes[edit | edit source]

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

Description[edit | edit source]

These functions compute and return the complex hyperbolic cosine value.