cosh


function template
<complex>
template<class T> complex<T> cosh (const complex<T>& x);

Return hyperbolic cosine of complex

Returns the hyperbolic cosine of the complex number x.

This overloads cmath's cosh function.

Parameters

x
Complex value.


Return value

Hyperbolic cosine of x.

See also