ccosh, ccoshf, or ccoshl Subroutine

Purpose

Computes the complex hyperbolic cosine.

Syntax

#include <complex.h>

double complex ccosh (z)
double complex z;

float complex ccoshf (z)
float complex z;

long double complex ccoshl (z)
long double complex z;

Description

The ccosh, ccoshf, and ccoshl subroutines compute the complex hyperbolic cosine of z.

Parameters

Item Description
z Specifies the value to be computed.

Return Values

The ccosh, ccoshf, and ccoshl subroutines return the complex hyperbolic cosine value.