|
sinhfunction template
<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
Return valueHyperbolic sine of x.See also
|