7.3.6.4 The ccosh functions
Synopsis
#include <complex.h>
double complex ccosh(double complex z);
float complex ccoshf(float complex z);
long double complex ccoshl(long double complex z);
Description
The ccosh functions compute the complex hyperbolic cosine of z.
Returns
The ccosh functions return the complex hyperbolic cosine value.