function template
<complex>
std::asinh
template<class T> complex<T> asinh (const complex<T>& x);
Arc hyperbolic sine of complex
Returns the arc hyperbolic sine of the complex number x.
This is the complex version of the asinh function (defined in <cmath>
).
Parameters
- x
- Complex value.
Return value
Arc hyperbolic sine of x.
See also
- acosh
- Arc hyperbolic cosine of complex (function template
)
- atanh
- Arc hyperbolic tangent of complex (function template
)
- asin
- Arc sine of complex (function template
)
- asinh (cmath)
- Compute area hyperbolic sine (function
)