7.3.6.4 The ccosh functions

Synopsis

1

#include <complex.h>
double complex ccosh(double complex z);
float complex ccoshf(float complex z);
long double complex ccoshl(long double complex z);

Description

2

The ccosh functions compute the complex hyperbolic cosine of z.

Returns

3

The ccosh functions return the complex hyperbolic cosine value.