Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
Miscellaneous
complex
exception
functional
iterator
limits
locale
memory
new
numeric
stdexcept
typeinfo
utility
valarray
complex
abs
arg
complex
conj
cos
cosh
exp
imag
log
log10
norm
polar
pow
real
sin
sinh
sqrt
tan
tanh


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