Defined in header <complex> template< class T >
complex<T> sinh( const complex<T>& z ); (since C++11)
Computes complex hyperbolic sine of a complex value z.
Parameters
z - complex value
Return value
If no errors occur, complex hyperbolic sine of z is returned.
Error handling and special values
Errors are reported consistent with math_errhandling.
If the implementation supports IEEE floating-point arithmetic,
std::sinh(std::conj(z)) =