function template
<complex>

std::sinh

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