|
coshfunction 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
Return valueHyperbolic cosine of x.See also
|