ccosh(3) - Linux man page
Name
ccosh, ccoshf, ccoshl - complex hyperbolic cosineSynopsis
#include <complex.h>double complex ccosh(double complex z);
float complex ccoshf(float complex z);
long double complex ccoshl(long double complex z);
Link with -lm.
Description
The complex hyperbolic cosine function is defined as:ccosh(z) = (exp(z)+exp(-z))/2