function template
std::sinh
<complex>
template<class T> complex<T> sinh (const complex<T>& x);
Return hyperbolic sine of complex
Returns the hyperbolic sine of the complex number
x.
This overloads
cmath's sinh function.
Parameters
- x
- Complex value.
Return value
Hyperbolic sine of
x.
See also
- cosh
- Return hyperbolic cosine of complex (function template)
- tanh
- Return hyperbolic tangent of complex (function template)
- sin
- Return sine of complex (function template)
- sinh (cmath)
- Compute hyperbolic sine (function)